@charset "UTF-8";
@import url("../font/iconfont/iconfont.css");
body {
  font-family: syh, Arial;
}

body ul,
body li,
body h1,
body h2,
body h3,
body h4,
body h5,
body p {
  padding: 0;
  margin: 0;
}

body li {
  list-style: none;
}

body a {
  text-decoration: none;
}

body a:hover {
  text-decoration: none;
}

@font-face {
  font-family: 'syh';
  src: url("../font/SourceHanSansCN-Normal.otf");
}

@media (min-width: 1460px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1360px;
  }
}

.upacse {
  text-transform: uppercase;
}

.global-navbar {
  padding: 0;
  display: flex;
  align-items: stretch;
  transform: translate3d(0, 0, 0);
}

.global-navbar .navbar-brand {
  flex-shrink: 0;
  margin-right: 0;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0.9rem;
  padding-right: 0.9rem;
}

@media (max-width: 1600px) {
  .global-navbar .navbar-brand {
    padding-left: 0.7rem;
  }
}

@media (max-width: 1400px) {
  .global-navbar .navbar-brand {
    padding-left: 0.6rem;
  }
}

@media (max-width: 992px) {
  .global-navbar .navbar-brand {
    padding-left: 40px;
  }
}

@media (max-width: 768px) {
  .global-navbar .navbar-brand {
    padding-left: 30px;
  }
}

@media (max-width: 576px) {
  .global-navbar .navbar-brand {
    padding-left: 15px;
  }
}

@media (max-width: 1600px) {
  .global-navbar .navbar-brand {
    padding-right: 0.8rem;
  }
}

@media (max-width: 1400px) {
  .global-navbar .navbar-brand {
    padding-right: 0.9rem;
  }
}

@media (max-width: 992px) {
  .global-navbar .navbar-brand {
    padding-right: 50px;
  }
}

@media (max-width: 576px) {
  .global-navbar .navbar-brand {
    padding-right: 35px;
  }
}

@media (max-width: 992px) {
  .global-navbar .navbar-brand {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .global-navbar .navbar-brand {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.global-navbar .navbar-brand .brand {
  display: block;
  width: 1.64rem;
}

@media (max-width: 1400px) {
  .global-navbar .navbar-brand .brand {
    width: 1.8rem;
  }
}

@media (max-width: 1200px) {
  .global-navbar .navbar-brand .brand {
    width: 2.1rem;
  }
}

@media (max-width: 992px) {
  .global-navbar .navbar-brand .brand {
    width: 125px;
  }
}

@media (max-width: 768px) {
  .global-navbar .navbar-brand .brand {
    width: 110px;
  }
}

@media (max-width: 576px) {
  .global-navbar .navbar-brand .brand {
    width: 100px;
  }
}

.global-navbar .navbar-brand::before {
  z-index: -1;
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  transform: skewX(30deg);
  transform-origin: bottom right;
  border-bottom-right-radius: 20px;
}

.global-navbar .navbar-container {
  flex: 1;
  display: flex;
  position: relative;
  margin-left: -0.2rem;
  padding-right: 0.9rem;
  padding-left: 0.9rem;
}

@media (max-width: 1600px) {
  .global-navbar .navbar-container {
    padding-right: 0.7rem;
  }
}

@media (max-width: 1400px) {
  .global-navbar .navbar-container {
    padding-right: 0.6rem;
  }
}

@media (max-width: 992px) {
  .global-navbar .navbar-container {
    padding-right: 40px;
  }
}

@media (max-width: 768px) {
  .global-navbar .navbar-container {
    padding-right: 30px;
  }
}

@media (max-width: 576px) {
  .global-navbar .navbar-container {
    padding-right: 15px;
  }
}

@media (max-width: 1600px) {
  .global-navbar .navbar-container {
    padding-left: 0.8rem;
  }
}

@media (max-width: 1400px) {
  .global-navbar .navbar-container {
    padding-left: 0.9rem;
  }
}

@media (max-width: 992px) {
  .global-navbar .navbar-container {
    padding-left: 50px;
  }
}

@media (max-width: 576px) {
  .global-navbar .navbar-container {
    padding-left: 35px;
  }
}

@media (max-width: 1200px) {
  .global-navbar .navbar-container {
    margin-left: -0.3rem;
  }
}

@media (max-width: 992px) {
  .global-navbar .navbar-container {
    justify-content: flex-end;
    margin-left: -15px;
  }
}

.global-navbar .navbar-container::before {
  z-index: -1;
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.15);
  transform-origin: top left;
  transform: skewX(30deg);
  border-bottom-left-radius: 20px;
}

@media (max-width: 992px) {
  .global-navbar .navbar-container::before {
    border-bottom-left-radius: 15px;
  }
}

@media (max-width: 992px) {
  .global-navbar .navbar-container .navbar-collapse {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
  }
}

.global-navbar .navbar-container .navbar-collapse .navbar-list {
  height: 100%;
  display: flex;
}

@media (max-width: 992px) {
  .global-navbar .navbar-container .navbar-collapse .navbar-list {
    height: auto;
    padding-top: 80px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 768px) {
  .global-navbar .navbar-container .navbar-collapse .navbar-list {
    padding-top: 70px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 576px) {
  .global-navbar .navbar-container .navbar-collapse .navbar-list {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
}

.global-navbar .navbar-container .navbar-collapse .navbar-list .navbar-item {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-right: 0.6rem;
}

.global-navbar .navbar-container .navbar-collapse .navbar-list .navbar-item:hover .navbar-dropdown {
  opacity: 1;
  transform: translateX(-50%) scaleY(1);
}

@media (max-width: 1600px) {
  .global-navbar .navbar-container .navbar-collapse .navbar-list .navbar-item {
    margin-right: 0.5rem;
  }
}

@media (max-width: 1400px) {
  .global-navbar .navbar-container .navbar-collapse .navbar-list .navbar-item {
    margin-right: 0.4rem;
  }
}

@media (max-width: 1200px) {
  .global-navbar .navbar-container .navbar-collapse .navbar-list .navbar-item {
    margin-right: 0.45rem;
  }
}

@media (max-width: 992px) {
  .global-navbar .navbar-container .navbar-collapse .navbar-list .navbar-item {
    margin-right: 0;
    line-height: 40px;
  }
  .global-navbar .navbar-container .navbar-collapse .navbar-list .navbar-item .navbar-link {
    width: 100%;
  }
  .global-navbar .navbar-container .navbar-collapse .navbar-list .navbar-item .navbar-link .link {
    flex: 1;
  }
}

@media (max-width: 768px) {
  .global-navbar .navbar-container .navbar-collapse .navbar-list .navbar-item {
    line-height: 36px;
  }
}

.global-navbar .navbar-container .navbar-collapse .navbar-list .navbar-item .navbar-link {
  display: flex;
  align-items: center;
}

.global-navbar .navbar-container .navbar-collapse .navbar-list .navbar-item .navbar-link .link {
  display: block;
  color: #ffffff;
  font-size: 0.18rem;
}

@media (max-width: 1600px) {
  .global-navbar .navbar-container .navbar-collapse .navbar-list .navbar-item .navbar-link .link {
    font-size: 0.215rem;
  }
}

@media (max-width: 1400px) {
  .global-navbar .navbar-container .navbar-collapse .navbar-list .navbar-item .navbar-link .link {
    font-size: 0.235rem;
  }
}

@media (max-width: 1200px) {
  .global-navbar .navbar-container .navbar-collapse .navbar-list .navbar-item .navbar-link .link {
    font-size: 0.26rem;
  }
}

@media (max-width: 992px) {
  .global-navbar .navbar-container .navbar-collapse .navbar-list .navbar-item .navbar-link .link {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .global-navbar .navbar-container .navbar-collapse .navbar-list .navbar-item .navbar-link .link {
    font-size: 15px;
  }
}

@media (max-width: 992px) {
  .global-navbar .navbar-container .navbar-collapse .navbar-list .navbar-item .navbar-link .link:hover {
    color: #7b3489;
  }
}

.global-navbar .navbar-container .navbar-collapse .navbar-list .navbar-item .navbar-link .dropdown-toggler {
  display: none;
  cursor: pointer;
  transform: rotate(90deg);
  transition: all 0.3s ease 0s;
}

.global-navbar .navbar-container .navbar-collapse .navbar-list .navbar-item .navbar-link .dropdown-toggler.collapsed {
  transform: rotate(0deg);
}

@media (max-width: 992px) {
  .global-navbar .navbar-container .navbar-collapse .navbar-list .navbar-item .navbar-link .dropdown-toggler {
    display: block;
    margin-left: 10px;
    color: #ffffff;
    font-size: 20px;
  }
}

.global-navbar .navbar-container .navbar-collapse .navbar-list .navbar-item .navbar-dropdown {
  opacity: 0;
  transform-origin: center top;
  transform: translateX(-50%) scaleY(0);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  position: absolute;
  top: 100%;
  left: 50%;
  border-top-color: transparent;
  border-top-style: solid;
  border-top-width: 18px;
  /*更改-webkit-内核滚动条样式*/
}

@media (max-width: 992px) {
  .global-navbar .navbar-container .navbar-collapse .navbar-list .navbar-item .navbar-dropdown {
    display: none;
  }
}

@media (max-width: 1460px) {
  .global-navbar .navbar-container .navbar-collapse .navbar-list .navbar-item .navbar-dropdown {
    border-top-width: 10px;
  }
}

.global-navbar .navbar-container .navbar-collapse .navbar-list .navbar-item .navbar-dropdown ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: transparent;
}

.global-navbar .navbar-container .navbar-collapse .navbar-list .navbar-item .navbar-dropdown ::-webkit-scrollbar-track {
  background-color: transparent;
}

.global-navbar .navbar-container .navbar-collapse .navbar-list .navbar-item .navbar-dropdown ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #7b3489;
}

.global-navbar .navbar-container .navbar-collapse .navbar-list .navbar-item .navbar-dropdown .dropdown-inside {
  min-width: 200px;
  padding: 10px 20px;
  background-color: #ffffff;
}

@media (max-width: 1600px) {
  .global-navbar .navbar-container .navbar-collapse .navbar-list .navbar-item .navbar-dropdown .dropdown-inside {
    min-width: 160px;
  }
}

@media (max-width: 1200px) {
  .global-navbar .navbar-container .navbar-collapse .navbar-list .navbar-item .navbar-dropdown .dropdown-inside {
    min-width: 120px;
  }
}

.global-navbar .navbar-container .navbar-collapse .navbar-list .navbar-item .navbar-dropdown .dropdown-inside .navbar-dropdown-item {
  display: block;
  text-align: center;
  white-space: nowrap;
  font-size: 18px;
  line-height: 40px;
  color: #333333;
}

.global-navbar .navbar-container .navbar-collapse .navbar-list .navbar-item .navbar-dropdown .dropdown-inside .navbar-dropdown-item:hover {
  color: #7b3489;
}

@media (max-width: 1600px) {
  .global-navbar .navbar-container .navbar-collapse .navbar-list .navbar-item .navbar-dropdown .dropdown-inside .navbar-dropdown-item {
    font-size: 16px;
    line-height: 38px;
  }
}

@media (max-width: 1200px) {
  .global-navbar .navbar-container .navbar-collapse .navbar-list .navbar-item .navbar-dropdown .dropdown-inside .navbar-dropdown-item {
    font-size: 15px;
    line-height: 34px;
  }
}

.global-navbar .navbar-container .navbar-collapse .navbar-list .navbar-item .navbar-dropdown.container {
  position: fixed;
}

.global-navbar .navbar-container .navbar-collapse .navbar-list .navbar-item .navbar-dropdown.container .dropdown-inside {
  overflow-y: auto;
  max-height: 70vh;
  padding: 0;
  width: 100%;
}

.global-navbar .navbar-container .navbar-collapse .navbar-list .navbar-item .navbar-dropdown.container .dropdown-inside .main {
  display: flex;
  padding: 50px 20px;
}

@media (max-width: 1600px) {
  .global-navbar .navbar-container .navbar-collapse .navbar-list .navbar-item .navbar-dropdown.container .dropdown-inside .main {
    padding: 40px 20px;
  }
}

@media (max-width: 1460px) {
  .global-navbar .navbar-container .navbar-collapse .navbar-list .navbar-item .navbar-dropdown.container .dropdown-inside .main {
    padding: 30px 20px;
  }
}

@media (max-width: 1200px) {
  .global-navbar .navbar-container .navbar-collapse .navbar-list .navbar-item .navbar-dropdown.container .dropdown-inside .main {
    padding: 25px 15px;
  }
}

.global-navbar .navbar-container .navbar-collapse .navbar-list .navbar-item .navbar-dropdown.container .dropdown-inside .main .main-col {
  width: 25%;
  padding: 0 20px;
  overflow: hidden;
}

@media (max-width: 1460px) {
  .global-navbar .navbar-container .navbar-collapse .navbar-list .navbar-item .navbar-dropdown.container .dropdown-inside .main .main-col {
    padding: 0 15px;
  }
}

@media (max-width: 1200px) {
  .global-navbar .navbar-container .navbar-collapse .navbar-list .navbar-item .navbar-dropdown.container .dropdown-inside .main .main-col {
    padding: 0 10px;
  }
}

.global-navbar .navbar-container .navbar-collapse .navbar-list .navbar-item .navbar-dropdown.container .dropdown-inside .main .main-col .col-title {
  font-size: 24px;
  color: #333333;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 2px solid #f1f1f1;
}

@media (max-width: 1600px) {
  .global-navbar .navbar-container .navbar-collapse .navbar-list .navbar-item .navbar-dropdown.container .dropdown-inside .main .main-col .col-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

@media (max-width: 1460px) {
  .global-navbar .navbar-container .navbar-collapse .navbar-list .navbar-item .navbar-dropdown.container .dropdown-inside .main .main-col .col-title {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

@media (max-width: 1200px) {
  .global-navbar .navbar-container .navbar-collapse .navbar-list .navbar-item .navbar-dropdown.container .dropdown-inside .main .main-col .col-title {
    font-size: 16px;
  }
}

.global-navbar .navbar-container .navbar-collapse .navbar-list .navbar-item .navbar-dropdown.container .dropdown-inside .main .main-col .col-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.global-navbar .navbar-container .navbar-collapse .navbar-list .navbar-item .navbar-dropdown.container .dropdown-inside .main .main-col .col-content a {
  width: 50%;
  padding: 6px 10px;
  color: #999999;
  font-size: 18px;
}

.global-navbar .navbar-container .navbar-collapse .navbar-list .navbar-item .navbar-dropdown.container .dropdown-inside .main .main-col .col-content a:hover {
  color: #7b3489;
}

@media (max-width: 1600px) {
  .global-navbar .navbar-container .navbar-collapse .navbar-list .navbar-item .navbar-dropdown.container .dropdown-inside .main .main-col .col-content a {
    font-size: 16px;
  }
}

@media (max-width: 1460px) {
  .global-navbar .navbar-container .navbar-collapse .navbar-list .navbar-item .navbar-dropdown.container .dropdown-inside .main .main-col .col-content a {
    font-size: 14px;
  }
}

.global-navbar .navbar-container .navbar-collapse .navbar-list .navbar-item .navbar-dropdown.container .dropdown-inside .footer {
  padding: 20px 40px;
  background-color: #f8f8f8;
  display: flex;
  color: #999999;
  font-size: 18px;
  line-height: 40px;
}

.global-navbar .navbar-container .navbar-collapse .navbar-list .navbar-item .navbar-dropdown.container .dropdown-inside .footer .consult {
  padding: 0 20px;
  margin-left: 30px;
  color: #ffffff;
  cursor: pointer;
  position: relative;
  background-color: #7b3489;
}

@media (max-width: 1600px) {
  .global-navbar .navbar-container .navbar-collapse .navbar-list .navbar-item .navbar-dropdown.container .dropdown-inside .footer {
    padding: 15px 35px;
    font-size: 15px;
    line-height: 38px;
  }
}

@media (max-width: 1200px) {
  .global-navbar .navbar-container .navbar-collapse .navbar-list .navbar-item .navbar-dropdown.container .dropdown-inside .footer {
    padding: 15px 25px;
    font-size: 14px;
    line-height: 36px;
  }
}

.global-navbar .navbar-container .navbar-collapse .navbar-list .navbar-item .product-mobile {
  width: 100%;
  padding-left: 20px;
}

.global-navbar .navbar-container .attach {
  display: flex;
  align-items: center;
}

.global-navbar .navbar-container .attach .attach-item {
  color: #ffffff;
  display: flex;
  align-items: center;
  font-size: 0.18rem;
}

@media (max-width: 1600px) {
  .global-navbar .navbar-container .attach .attach-item {
    font-size: 0.215rem;
  }
}

@media (max-width: 1400px) {
  .global-navbar .navbar-container .attach .attach-item {
    font-size: 0.235rem;
  }
}

@media (max-width: 1200px) {
  .global-navbar .navbar-container .attach .attach-item {
    font-size: 0.26rem;
  }
}

@media (max-width: 992px) {
  .global-navbar .navbar-container .attach .attach-item {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .global-navbar .navbar-container .attach .attach-item {
    font-size: 15px;
  }
}

.global-navbar .navbar-container .attach .attach-item img {
  display: block;
  width: 0.18rem;
  margin-right: 9px;
}

@media (max-width: 1600px) {
  .global-navbar .navbar-container .attach .attach-item img {
    width: 0.215rem;
  }
}

@media (max-width: 1400px) {
  .global-navbar .navbar-container .attach .attach-item img {
    width: 0.235rem;
  }
}

@media (max-width: 1200px) {
  .global-navbar .navbar-container .attach .attach-item img {
    width: 0.26rem;
  }
}

@media (max-width: 992px) {
  .global-navbar .navbar-container .attach .attach-item img {
    width: 16px;
  }
}

@media (max-width: 576px) {
  .global-navbar .navbar-container .attach .attach-item img {
    width: 15px;
  }
}

.global-navbar .navbar-container .attach .attach-divide {
  width: 1px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 0 0.4rem;
}

@media (max-width: 1400px) {
  .global-navbar .navbar-container .attach .attach-divide {
    margin: 0 0.35rem;
  }
}

.global-navbar .navbar-container .navbar-toggler {
  box-sizing: content-box;
  border: none;
  border-radius: 0;
  align-self: center;
  width: 25px;
  height: 25px;
  padding: 5px;
  z-index: 999;
  margin-left: 30px;
}

@media (max-width: 576px) {
  .global-navbar .navbar-container .navbar-toggler {
    margin-left: 20px;
  }
}

.global-navbar .navbar-container .navbar-toggler .line {
  display: block;
  width: 25px;
  height: 2px;
  border-radius: 2px;
  background-color: #ffffff;
}

.global-navbar .navbar-container .navbar-toggler .line:nth-child(1) {
  transform: translateY(100%) rotate(45deg);
}

.global-navbar .navbar-container .navbar-toggler .line:nth-child(2) {
  opacity: 0;
}

.global-navbar .navbar-container .navbar-toggler .line:nth-child(3) {
  transform: translateY(-100%) rotate(-45deg);
}

.global-navbar .navbar-container .navbar-toggler.collapsed .line:nth-child(1) {
  transform: translateY(-300%) rotate(0deg);
}

.global-navbar .navbar-container .navbar-toggler.collapsed .line:nth-child(2) {
  opacity: 1;
}

.global-navbar .navbar-container .navbar-toggler.collapsed .line:nth-child(3) {
  transform: translateY(300%) rotate(0deg);
}

.global-footer {
  background-color: #0c0c0f;
}

.global-footer .footer-line {
  width: 100%;
  height: 1px;
  background-color: #252527;
}

.global-footer .footer-copyright {
  text-align: center;
  color: #999999;
  font-size: 16px;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 1200px) {
  .global-footer .footer-copyright {
    font-size: 14px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media (max-width: 768px) {
  .global-footer .footer-copyright {
    font-size: 13px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.global-footer .footer-copyright a {
  color: #999999;
  margin-right: 20px;
}

@media (max-width: 768px) {
  .global-footer .footer-copyright a {
    margin-right: 15px;
  }
}

.global-footer .footer-copyright a:hover {
  color: #7b3489;
}

.global-footer .footer-inside {
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1200px) {
  .global-footer .footer-inside {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 992px) {
  .global-footer .footer-inside {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.global-footer .footer-inside .inside-navbar {
  width: 67%;
  display: flex;
  justify-content: space-between;
  margin: 0 -10px;
}

@media (max-width: 1460px) {
  .global-footer .footer-inside .inside-navbar {
    width: 64%;
  }
}

.global-footer .footer-inside .inside-navbar .navbar-col {
  padding: 0 10px;
}

.global-footer .footer-inside .inside-navbar .navbar-col .col-item {
  display: block;
  color: #999999;
  font-size: 18px;
  margin-top: 20px;
}

@media (max-width: 1460px) {
  .global-footer .footer-inside .inside-navbar .navbar-col .col-item {
    font-size: 16px;
    margin-top: 17px;
  }
}

@media (max-width: 1200px) {
  .global-footer .footer-inside .inside-navbar .navbar-col .col-item {
    font-size: 14px;
    margin-top: 15px;
  }
}

@media (max-width: 992px) {
  .global-footer .footer-inside .inside-navbar .navbar-col .col-item {
    font-size: 13px;
    margin-top: 15px;
  }
}

.global-footer .footer-inside .inside-navbar .navbar-col .col-item.title {
  color: #ffffff;
  font-weight: bold;
  margin-top: 0;
}

.global-footer .footer-inside .inside-navbar .navbar-col .col-item:hover {
  color: #7b3489;
}

.global-footer .footer-inside .inside-contact {
  padding-left: 30px;
  text-align: right;
}

.global-footer .footer-inside .inside-contact .title {
  color: #ffffff;
  font-size: 18px;
}

@media (max-width: 1460px) {
  .global-footer .footer-inside .inside-contact .title {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .global-footer .footer-inside .inside-contact .title {
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  .global-footer .footer-inside .inside-contact .title {
    font-size: 13px;
  }
}

.global-footer .footer-inside .inside-contact .phone {
  font-size: 30px;
  line-height: 1;
  margin-top: 15px;
  font-weight: bold;
  color: #ffffff;
  font-family: Arial;
}

@media (max-width: 1460px) {
  .global-footer .footer-inside .inside-contact .phone {
    font-size: 26px;
  }
}

@media (max-width: 1200px) {
  .global-footer .footer-inside .inside-contact .phone {
    font-size: 24px;
  }
}

@media (max-width: 992px) {
  .global-footer .footer-inside .inside-contact .phone {
    font-size: 22px;
  }
}

.global-footer .footer-inside .inside-contact .codes {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}

@media (max-width: 1460px) {
  .global-footer .footer-inside .inside-contact .codes {
    margin-top: 25px;
  }
}

@media (max-width: 1200px) {
  .global-footer .footer-inside .inside-contact .codes {
    margin-top: 20px;
  }
}

@media (max-width: 992px) {
  .global-footer .footer-inside .inside-contact .codes {
    margin-top: 18px;
  }
}

.global-footer .footer-inside .inside-contact .codes .code {
  width: 123px;
  margin-left: 13px;
}

@media (max-width: 1460px) {
  .global-footer .footer-inside .inside-contact .codes .code {
    width: 100px;
  }
}

@media (max-width: 1200px) {
  .global-footer .footer-inside .inside-contact .codes .code {
    width: 95px;
  }
}

@media (max-width: 992px) {
  .global-footer .footer-inside .inside-contact .codes .code {
    width: 80px;
  }
}

.index-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px;
}

@media (max-width: 1600px) {
  .index-header {
    margin-bottom: 50px;
  }
}

@media (max-width: 1460px) {
  .index-header {
    margin-bottom: 45px;
  }
}

@media (max-width: 1200px) {
  .index-header {
    margin-bottom: 40px;
  }
}

@media (max-width: 992px) {
  .index-header {
    margin-bottom: 35px;
  }
}

@media (max-width: 768px) {
  .index-header {
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .index-header {
    margin-bottom: 20px;
  }
}

.index-header .title {
  display: flex;
  align-items: flex-end;
}

.index-header .title .main {
  color: #333333;
  font-weight: bold;
  font-size: 44px;
  margin-right: 40px;
  line-height: 1;
}

.index-header .title .main.inner {
  font-size: 36px;
}

@media (max-width: 1600px) {
  .index-header .title .main.inner {
    font-size: 32px;
  }
}

@media (max-width: 1460px) {
  .index-header .title .main.inner {
    font-size: 30px;
  }
}

@media (max-width: 1200px) {
  .index-header .title .main.inner {
    font-size: 28px;
    margin-right: 20px;
  }
}

@media (max-width: 992px) {
  .index-header .title .main.inner {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .index-header .title .main.inner {
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  .index-header .title .main.inner {
    font-size: 22px;
  }
}

@media (max-width: 1600px) {
  .index-header .title .main {
    font-size: 38px;
    margin-right: 30px;
  }
}

@media (max-width: 1460px) {
  .index-header .title .main {
    font-size: 34px;
    margin-right: 25px;
  }
}

@media (max-width: 1200px) {
  .index-header .title .main {
    font-size: 32px;
    margin-right: 20px;
  }
}

@media (max-width: 992px) {
  .index-header .title .main {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .index-header .title .main {
    font-size: 28px;
  }
}

@media (max-width: 576px) {
  .index-header .title .main {
    font-size: 24px;
  }
}

.index-header .title .sub {
  color: #999999;
  font-size: 30px;
  margin-right: 40px;
  line-height: 1;
}

@media (max-width: 1600px) {
  .index-header .title .sub {
    font-size: 26px;
    margin-right: 30px;
  }
}

@media (max-width: 1460px) {
  .index-header .title .sub {
    font-size: 24px;
    margin-right: 25px;
  }
}

@media (max-width: 1200px) {
  .index-header .title .sub {
    font-size: 22px;
    margin-right: 20px;
  }
}

@media (max-width: 992px) {
  .index-header .title .sub {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .index-header .title .sub {
    display: none;
  }
}

.index-header .more {
  font-size: 18px;
  color: #ffffff;
  background-color: #7b3489;
  padding: 0 35px;
  line-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1600px) {
  .index-header .more {
    font-size: 16px;
    padding: 0 30px;
    line-height: 56px;
  }
}

@media (max-width: 1460px) {
  .index-header .more {
    font-size: 15px;
    padding: 0 25px;
    line-height: 45px;
  }
}

@media (max-width: 1200px) {
  .index-header .more {
    font-size: 14px;
    line-height: 40px;
  }
}

@media (max-width: 992px) {
  .index-header .more {
    font-size: 13px;
    padding: 0 22px;
    line-height: 36px;
  }
}

@media (max-width: 768px) {
  .index-header .more {
    font-size: 12px;
    padding: 0 20px;
    line-height: 34px;
  }
}

@media (max-width: 576px) {
  .index-header .more {
    padding: 0 18px;
    line-height: 32px;
  }
}

.index-header .more img {
  width: 30px;
  margin-left: 10px;
  transition: all 0.5s ease 0s;
}

@media (max-width: 1600px) {
  .index-header .more img {
    width: 26px;
  }
}

@media (max-width: 1460px) {
  .index-header .more img {
    width: 22px;
  }
}

@media (max-width: 1200px) {
  .index-header .more img {
    width: 20px;
  }
}

@media (max-width: 992px) {
  .index-header .more img {
    width: 18px;
  }
}

@media (max-width: 768px) {
  .index-header .more img {
    width: 16px;
  }
}

@media (max-width: 576px) {
  .index-header .more img {
    width: 15px;
    margin-left: 6px;
  }
}

.index-header .more:hover img {
  transform: translateX(10px);
}

@media (max-width: 768px) {
  .index-header .more:hover img {
    transform: translateX(6px);
  }
}

.index-header .global-btn {
  display: flex;
}

.index-header .global-btn .btn-item {
  background-color: #7b3489;
  display: flex;
  width: 60px;
  height: 60px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1460px) {
  .index-header .global-btn .btn-item {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 992px) {
  .index-header .global-btn .btn-item {
    width: 40px;
    height: 40px;
  }
}

.index-header .global-btn .btn-item .iconfont {
  font-size: 25px;
  color: #fff;
}

@media (max-width: 992px) {
  .index-header .global-btn .btn-item .iconfont {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .index-header .global-btn .btn-item .iconfont {
    font-size: 18px;
  }
}

.index-header .global-btn .btn-item.swiper-button-disabled {
  background-color: #f8f8f8 !important;
}

.index-header .global-btn .btn-item.swiper-button-disabled .iconfont {
  color: #c1c1c1;
}

.home-banner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.home-banner .banner-swiper {
  width: 100%;
  height: 100%;
}

.home-banner .banner-swiper .swiper-slide {
  position: relative;
}

.home-banner .banner-swiper .swiper-slide img,
.home-banner .banner-swiper .swiper-slide video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-banner .banner-swiper .swiper-slide .banner-word {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0 20px;
}

.home-banner .banner-swiper .swiper-slide .banner-word .title {
  font-size: 72px;
  font-weight: bold;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.8s ease 0.5s;
}

@media (max-width: 1600px) {
  .home-banner .banner-swiper .swiper-slide .banner-word .title {
    font-size: 60px;
  }
}

@media (max-width: 1460px) {
  .home-banner .banner-swiper .swiper-slide .banner-word .title {
    font-size: 50px;
  }
}

@media (max-width: 1200px) {
  .home-banner .banner-swiper .swiper-slide .banner-word .title {
    font-size: 46px;
  }
}

@media (max-width: 992px) {
  .home-banner .banner-swiper .swiper-slide .banner-word .title {
    font-size: 38px;
  }
}

@media (max-width: 768px) {
  .home-banner .banner-swiper .swiper-slide .banner-word .title {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  .home-banner .banner-swiper .swiper-slide .banner-word .title {
    font-size: 26px;
  }
}

.home-banner .banner-swiper .swiper-slide .banner-word .subtitle {
  transform: translateY(-80%);
  opacity: 0;
  transition: all 1s ease 0s;
  font-size: 30px;
}

@media (max-width: 1600px) {
  .home-banner .banner-swiper .swiper-slide .banner-word .subtitle {
    font-size: 28px;
  }
}

@media (max-width: 1460px) {
  .home-banner .banner-swiper .swiper-slide .banner-word .subtitle {
    font-size: 26px;
  }
}

@media (max-width: 1200px) {
  .home-banner .banner-swiper .swiper-slide .banner-word .subtitle {
    font-size: 24px;
  }
}

@media (max-width: 992px) {
  .home-banner .banner-swiper .swiper-slide .banner-word .subtitle {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .home-banner .banner-swiper .swiper-slide .banner-word .subtitle {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .home-banner .banner-swiper .swiper-slide .banner-word .subtitle {
    font-size: 18px;
  }
}

.home-banner .banner-swiper .swiper-slide.swiper-slide-active .banner-word .title {
  transform: translateY(0);
  opacity: 1;
}

.home-banner .banner-swiper .swiper-slide.swiper-slide-active .banner-word .subtitle {
  transform: translateY(0);
  opacity: 1;
}

.home-banner .mouse-shell {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 250px;
  bottom: -30px;
  z-index: 100;
}

@media (max-width: 1460px) {
  .home-banner .mouse-shell {
    left: 150px;
  }
}

@media (max-width: 992px) {
  .home-banner .mouse-shell {
    display: none;
  }
}

.home-banner .mouse-shell::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 20px;
  transform: rotate(45deg);
}

.home-banner .mouse-shell .mouse {
  width: 15px;
  height: 20px;
  border-radius: 15px;
  border: 1px solid #7a2c8c;
  overflow: hidden;
  z-index: 1;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
}

.home-banner .mouse-shell .mouse::before, .home-banner .mouse-shell .mouse::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 50%;
  margin-left: -1px;
  transform: translateX(-50%);
  width: 2px;
  height: 4px;
  border-radius: 4px;
  background-color: #7a2c8c;
  animation: mouseScroll 0.8s cubic-bezier(0.7, 0, 0.3, 1) infinite alternate;
  z-index: 2;
}

.home-banner .mouse-shell .mouse:after {
  background-color: #e60012;
  animation-delay: 80ms;
  z-index: 1;
}

@keyframes mouseScroll {
  0% {
    transform: translateX(-50%) translateY(0);
  }
  100% {
    transform: translateX(-50%) translateY(8px);
  }
}

.home-about {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-about .inside {
  position: relative;
  z-index: 99;
  padding-bottom: 0.9rem;
}

@media (max-width: 1460px) {
  .home-about .inside {
    padding-bottom: 1rem;
  }
}

@media (max-width: 1200px) {
  .home-about .inside {
    padding-bottom: 1.1rem;
  }
}

@media (max-width: 992px) {
  .home-about .inside {
    padding-bottom: 1.2rem;
  }
}

@media (max-width: 768px) {
  .home-about .inside {
    height: 50%;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.home-about .inside .container .text {
  width: 50%;
  padding-right: 1.5rem;
}

@media (max-width: 992px) {
  .home-about .inside .container .text {
    padding-right: 1rem;
  }
}

@media (max-width: 768px) {
  .home-about .inside .container .text {
    width: 100%;
    padding-right: 0;
  }
}

.home-about .inside .container .text .subtitle {
  font-size: 18px;
  color: #7b3489;
}

@media (max-width: 1200px) {
  .home-about .inside .container .text .subtitle {
    font-size: 16px;
  }
}

.home-about .inside .container .text .title {
  margin: 15px 0;
  font-size: 0.48rem;
  line-height: 0.6rem;
  color: #333333;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .home-about .inside .container .text .title {
    font-size: 0.52rem;
    line-height: 0.65rem;
  }
}

@media (max-width: 992px) {
  .home-about .inside .container .text .title {
    font-size: 0.54rem;
    line-height: 0.68rem;
  }
}

@media (max-width: 768px) {
  .home-about .inside .container .text .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 0.62rem;
    line-height: 0.75rem;
  }
}

@media (max-width: 576px) {
  .home-about .inside .container .text .title {
    font-size: 0.9rem;
    line-height: 1.2rem;
  }
}

.home-about .inside .container .text .content {
  color: #999999;
  font-size: 16px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media (max-width: 1460px) {
  .home-about .inside .container .text .content {
    font-size: 14px;
    line-height: 28px;
  }
}

@media (max-width: 1200px) {
  .home-about .inside .container .text .content {
    line-height: 26px;
  }
}

@media (max-width: 992px) {
  .home-about .inside .container .text .content {
    font-size: 13px;
    line-height: 24px;
  }
}

.home-about .inside .container .text .more {
  margin-top: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
  color: #333333;
  width: 1.8rem;
  height: 0.5rem;
  background-color: #ffffff;
  border-radius: 100px;
  transition: all 0.3s ease 0s;
}

@media (max-width: 1600px) {
  .home-about .inside .container .text .more {
    width: 2rem;
    height: 0.6rem;
    font-size: 0.2rem;
    margin-top: 0.5rem;
  }
}

@media (max-width: 1460px) {
  .home-about .inside .container .text .more {
    width: 2.2rem;
    height: 0.65rem;
    font-size: 0.22rem;
  }
}

@media (max-width: 1200px) {
  .home-about .inside .container .text .more {
    width: 2.4rem;
    height: 0.75rem;
    font-size: 0.25rem;
    margin-top: 0.6rem;
  }
}

@media (max-width: 992px) {
  .home-about .inside .container .text .more {
    width: 2.6rem;
    height: 0.85rem;
    font-size: 0.26rem;
  }
}

@media (max-width: 768px) {
  .home-about .inside .container .text .more {
    width: 3.4rem;
    height: 1.1rem;
    font-size: 0.3rem;
  }
}

@media (max-width: 576px) {
  .home-about .inside .container .text .more {
    width: 5rem;
    height: 1.8rem;
    font-size: 0.6rem;
    margin-top: 0.8rem;
  }
}

.home-about .inside .container .text .more .icon {
  width: 0.18rem;
  margin-left: 0.1rem;
  transition: all 0.3s ease 0s;
}

@media (max-width: 1600px) {
  .home-about .inside .container .text .more .icon {
    width: 0.2rem;
  }
}

@media (max-width: 1460px) {
  .home-about .inside .container .text .more .icon {
    width: 0.22rem;
  }
}

@media (max-width: 1200px) {
  .home-about .inside .container .text .more .icon {
    width: 0.25rem;
  }
}

@media (max-width: 992px) {
  .home-about .inside .container .text .more .icon {
    width: 0.26rem;
    margin-left: 0.15rem;
  }
}

@media (max-width: 768px) {
  .home-about .inside .container .text .more .icon {
    width: 0.35rem;
    margin-left: 0.2rem;
  }
}

@media (max-width: 576px) {
  .home-about .inside .container .text .more .icon {
    width: 0.6rem;
    margin-left: 0.3rem;
  }
}

.home-about .inside .container .text .more:hover {
  box-shadow: 0 0 10px #e1e1e1;
}

.home-about .inside .container .text .more:hover .icon {
  transform: rotate(180deg);
}

.home-about .inside .play-container {
  position: absolute;
  left: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .home-about .inside .play-container {
    top: 110%;
    right: unset;
    bottom: unset;
    transform: translateX(-50%);
  }
}

.home-about .inside .play-container .button {
  cursor: pointer;
  width: 0.7rem;
  display: block;
}

@media (max-width: 1600px) {
  .home-about .inside .play-container .button {
    width: 0.8rem;
  }
}

@media (max-width: 1460px) {
  .home-about .inside .play-container .button {
    width: 0.85rem;
  }
}

@media (max-width: 1200px) {
  .home-about .inside .play-container .button {
    width: 0.95rem;
  }
}

@media (max-width: 992px) {
  .home-about .inside .play-container .button {
    width: 1.05rem;
  }
}

@media (max-width: 768px) {
  .home-about .inside .play-container .button {
    width: 1.2rem;
  }
}

@media (max-width: 576px) {
  .home-about .inside .play-container .button {
    width: 2rem;
  }
}

.home-about .tags-container {
  overflow: hidden;
}

@media (max-width: 768px) {
  .home-about .tags-container {
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 1.2rem;
  }
}

.home-about .tags-container .tags {
  position: relative;
  z-index: 99;
  margin-left: -0.3rem;
  margin-right: -0.3rem;
}

@media (max-width: 1460px) {
  .home-about .tags-container .tags {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
}

@media (max-width: 768px) {
  .home-about .tags-container .tags {
    margin-left: -0.3rem;
    margin-right: -0.3rem;
  }
}

.home-about .tags-container .tags-col {
  padding: 0 0.3rem;
}

@media (max-width: 1460px) {
  .home-about .tags-container .tags-col {
    padding: 0 0.25rem;
  }
}

@media (max-width: 768px) {
  .home-about .tags-container .tags-col {
    padding: 0.3rem;
  }
}

.home-about .tags-container .tags-col .item {
  height: 100%;
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
  position: relative;
  padding-top: 0.6rem;
  padding-right: 0.4rem;
  padding-left: 0.4rem;
  padding-bottom: 0.4rem;
  transition: all 0.5s ease 0s;
}

@media (max-width: 1600px) {
  .home-about .tags-container .tags-col .item {
    padding-top: 0.7rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

@media (max-width: 992px) {
  .home-about .tags-container .tags-col .item {
    padding-top: 0.7rem;
    padding-right: 0.3rem;
    padding-left: 0.3rem;
    padding-bottom: 0.3rem;
  }
}

@media (max-width: 768px) {
  .home-about .tags-container .tags-col .item {
    padding-top: 0.8rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

@media (max-width: 576px) {
  .home-about .tags-container .tags-col .item {
    padding-top: 0.8rem;
    padding-right: 0.6rem;
    padding-left: 0.6rem;
    padding-bottom: 0.6rem;
  }
}

.home-about .tags-container .tags-col .item .icon {
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  width: 0.3rem;
  transition: all 0.5s ease 0s;
}

@media (max-width: 1600px) {
  .home-about .tags-container .tags-col .item .icon {
    right: 0.4rem;
    width: 0.4rem;
  }
}

@media (max-width: 768px) {
  .home-about .tags-container .tags-col .item .icon {
    right: 0.5rem;
    width: 0.6rem;
  }
}

@media (max-width: 576px) {
  .home-about .tags-container .tags-col .item .icon {
    right: 0.6rem;
    width: 0.8rem;
  }
}

.home-about .tags-container .tags-col .item .content {
  position: relative;
  z-index: 10;
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #333333;
  transition: all 0.5s ease 0s;
}

@media (max-width: 1200px) {
  .home-about .tags-container .tags-col .item .content {
    font-size: 0.25rem;
    line-height: 0.37rem;
  }
}

@media (max-width: 992px) {
  .home-about .tags-container .tags-col .item .content {
    font-size: 0.26rem;
    line-height: 0.38rem;
  }
}

@media (max-width: 768px) {
  .home-about .tags-container .tags-col .item .content {
    font-size: 0.45rem;
    line-height: 0.6rem;
  }
}

@media (max-width: 576px) {
  .home-about .tags-container .tags-col .item .content {
    font-size: 0.7rem;
    line-height: 1rem;
  }
}

.home-about .tags-container .tags-col .item .content span {
  font-size: 0.48rem;
  font-weight: bold;
  color: #7b3489;
  transition: all 0.5s ease 0s;
}

@media (max-width: 768px) {
  .home-about .tags-container .tags-col .item .content span {
    font-size: 0.6rem;
  }
}

@media (max-width: 576px) {
  .home-about .tags-container .tags-col .item .content span {
    font-size: 1rem;
  }
}

.home-about .tags-container .tags-col .item .bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s ease 0s;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-about .tags-container .tags-col .item:hover {
  background-color: #7b3489;
}

.home-about .tags-container .tags-col .item:hover .icon {
  opacity: 0;
}

.home-about .tags-container .tags-col .item:hover .content {
  color: #ffffff;
}

.home-about .tags-container .tags-col .item:hover .content span {
  color: #ffffff;
}

.home-about .tags-container .tags-col .item:hover .bg-img {
  opacity: 1;
}

.home-about .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}

@media (max-width: 768px) {
  .home-about .background {
    flex-direction: column;
  }
}

.home-about .background .img {
  display: flex;
  justify-content: center;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-about .background .img:first-child {
  opacity: 0.04;
}

@media (max-width: 768px) {
  .home-about .background .img {
    height: 50%;
  }
}

.home-solution {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-solution .gallery {
  height: 60%;
  display: flex;
}

@media (max-width: 768px) {
  .home-solution .gallery {
    height: 70%;
    flex-direction: column;
  }
}

.home-solution .gallery .item {
  flex: 1;
  display: block;
  overflow: hidden;
  color: #ffffff;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 40px;
  padding-right: 40px;
  transition: all 0.8s ease 0s;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1600px) {
  .home-solution .gallery .item {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 1460px) {
  .home-solution .gallery .item {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 1200px) {
  .home-solution .gallery .item {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 992px) {
  .home-solution .gallery .item {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 576px) {
  .home-solution .gallery .item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.home-solution .gallery .item .title {
  white-space: nowrap;
  font-size: 30px;
}

@media (max-width: 1600px) {
  .home-solution .gallery .item .title {
    font-size: 26px;
  }
}

@media (max-width: 1460px) {
  .home-solution .gallery .item .title {
    font-size: 24px;
  }
}

@media (max-width: 1200px) {
  .home-solution .gallery .item .title {
    font-size: 22px;
  }
}

@media (max-width: 992px) {
  .home-solution .gallery .item .title {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .home-solution .gallery .item .title {
    font-size: 18px;
  }
}

.home-solution .gallery .item .content {
  opacity: 0;
  font-size: 18px;
  transition: all 0.2s ease 0s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 30px;
}

@media (max-width: 1600px) {
  .home-solution .gallery .item .content {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 25px;
  }
}

@media (max-width: 1200px) {
  .home-solution .gallery .item .content {
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  .home-solution .gallery .item .content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
}

@media (max-width: 768px) {
  .home-solution .gallery .item .content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

@media (max-width: 576px) {
  .home-solution .gallery .item .content {
    font-size: 13px;
  }
}

.home-solution .gallery .item .more {
  display: flex;
  align-items: center;
  opacity: 0;
  color: #ffffff;
  font-size: 16px;
  transition: all 0.2s ease 0s;
}

@media (max-width: 1600px) {
  .home-solution .gallery .item .more {
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  .home-solution .gallery .item .more {
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .home-solution .gallery .item .more {
    font-size: 12px;
  }
}

.home-solution .gallery .item .more img {
  width: 28px;
  margin-left: 10px;
}

@media (max-width: 1200px) {
  .home-solution .gallery .item .more img {
    width: 22px;
  }
}

@media (max-width: 576px) {
  .home-solution .gallery .item .more img {
    width: 20px;
  }
}

.home-solution .gallery .item.active {
  flex: 4;
  padding-left: 70px;
  padding-right: 70px;
}

@media (max-width: 1600px) {
  .home-solution .gallery .item.active {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 1200px) {
  .home-solution .gallery .item.active {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 992px) {
  .home-solution .gallery .item.active {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 576px) {
  .home-solution .gallery .item.active {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.home-solution .gallery .item.active .content {
  opacity: 1;
  transition: all 0.5s ease 0.8s;
}

.home-solution .gallery .item.active .more {
  opacity: 1;
  transition: all 0.5s ease 0.8s;
}

.home-product {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-product .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-product .gallery {
  height: 60%;
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
}

@media (max-width: 1460px) {
  .home-product .gallery {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (max-width: 1200px) {
  .home-product .gallery {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (max-width: 992px) {
  .home-product .gallery {
    margin-left: -6px;
    margin-right: -6px;
  }
}

@media (max-width: 768px) {
  .home-product .gallery {
    height: 70%;
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (max-width: 576px) {
  .home-product .gallery {
    margin-left: -6px;
    margin-right: -6px;
  }
}

.home-product .gallery .column {
  padding: 0 20px;
}

@media (max-width: 1460px) {
  .home-product .gallery .column {
    padding: 0 15px;
  }
}

@media (max-width: 1200px) {
  .home-product .gallery .column {
    padding: 0 10px;
  }
}

@media (max-width: 992px) {
  .home-product .gallery .column {
    padding: 0 6px;
  }
}

@media (max-width: 768px) {
  .home-product .gallery .column {
    padding: 0 10px;
  }
}

@media (max-width: 576px) {
  .home-product .gallery .column {
    padding: 0 6px;
  }
}

.home-product .gallery .column:nth-child(2n) {
  padding-top: 80px;
}

@media (max-width: 1200px) {
  .home-product .gallery .column:nth-child(2n) {
    padding-top: 40px;
  }
}

@media (max-width: 768px) {
  .home-product .gallery .column:nth-child(2n) {
    padding-top: 20px;
  }
}

@media (max-width: 576px) {
  .home-product .gallery .column:nth-child(2n) {
    padding-top: 12px;
  }
}

.home-product .gallery .column:nth-child(2n) .item.active {
  animation: wave 0.6s linear 2 alternate;
}

@media (max-width: 1200px) {
  .home-product .gallery .column:nth-child(2n) .item.active {
    animation: wave-1200 0.6s linear 2 alternate;
  }
}

@media (max-width: 768px) {
  .home-product .gallery .column:nth-child(2n) .item.active {
    animation: none;
  }
}

.home-product .gallery .column:nth-child(2n + 1) {
  padding-bottom: 80px;
}

@media (max-width: 1200px) {
  .home-product .gallery .column:nth-child(2n + 1) {
    padding-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .home-product .gallery .column:nth-child(2n + 1) {
    padding-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .home-product .gallery .column:nth-child(2n + 1) {
    padding-bottom: 12px;
  }
}

.home-product .gallery .column:nth-child(2n + 1) .item.active {
  animation: backwave 0.6s linear 2 alternate;
}

@media (max-width: 1200px) {
  .home-product .gallery .column:nth-child(2n + 1) .item.active {
    animation: backwave-1200 0.6s linear 2 alternate;
  }
}

@media (max-width: 768px) {
  .home-product .gallery .column:nth-child(2n + 1) .item.active {
    animation: none;
  }
}

.home-product .gallery .column .item {
  height: 100%;
  display: block;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-product .gallery .column .item .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

@media (max-width: 768px) {
  .home-product .gallery .column .item .content {
    padding: 0.35rem;
  }
}

@media (max-width: 576px) {
  .home-product .gallery .column .item .content {
    padding: 12px;
  }
}

.home-product .gallery .column .item .content .icon {
  display: block;
  width: 0.4rem;
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  .home-product .gallery .column .item .content .icon {
    width: 0.5rem;
  }
}

@media (max-width: 768px) {
  .home-product .gallery .column .item .content .icon {
    width: 0.6rem;
  }
}

@media (max-width: 576px) {
  .home-product .gallery .column .item .content .icon {
    width: 18px;
  }
}

.home-product .gallery .column .item .content .title {
  font-size: 0.3rem;
  color: #ffffff;
}

@media (max-width: 992px) {
  .home-product .gallery .column .item .content .title {
    font-size: 0.35rem;
  }
}

@media (max-width: 768px) {
  .home-product .gallery .column .item .content .title {
    font-size: 0.4rem;
  }
}

@media (max-width: 576px) {
  .home-product .gallery .column .item .content .title {
    font-size: 14px;
  }
}

.home-product .gallery .column .item .large {
  display: block;
  width: 100%;
}

@keyframes wave {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(-80px);
  }
}

@keyframes wave-1200 {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(-40px);
  }
}

@keyframes backwave {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(80px);
  }
}

@keyframes backwave-1200 {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(40px);
  }
}

.Anchor {
  padding-top: 100px;
  margin-top: -100px;
}

.home-news {
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
}

.home-news .news-content-shell {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 30px;
}

@media (max-width: 1460px) {
  .home-news .news-content-shell {
    padding: 25px;
  }
}

@media (max-width: 1200px) {
  .home-news .news-content-shell {
    padding: 20px;
  }
}

@media (max-width: 576px) {
  .home-news .news-content-shell {
    padding: 10px;
  }
}

.home-news .news-content-shell .news-content .header .time {
  color: #ffffff;
}

.home-news .news-content-shell .news-content .header .tag {
  color: #7b3489;
  background-color: #ffffff;
}

.home-news .news-content-shell .news-content .header::before {
  background-color: #ffffff;
}

.home-news .news-content-shell .news-content .title {
  color: #ffffff;
}

.home-news .news-content .header {
  display: flex;
  padding-bottom: 15px;
  font-size: 14px;
  line-height: 24px;
  position: relative;
}

@media (max-width: 1460px) {
  .home-news .news-content .header {
    padding-bottom: 10px;
  }
}

@media (max-width: 576px) {
  .home-news .news-content .header {
    padding-bottom: 8px;
  }
}

.home-news .news-content .header .time {
  color: #7b3489;
  margin-right: 10px;
}

.home-news .news-content .header .tag {
  color: #ffffff;
  padding: 0 10px;
  background-color: #7b3489;
  transition: all 0.2s ease 0s;
}

@media (max-width: 576px) {
  .home-news .news-content .header .tag {
    display: none;
  }
}

.home-news .news-content .header::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 47px;
  height: 2px;
  background-color: #7b3489;
}

.home-news .news-content .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  color: #333333;
  margin-top: 10px;
  transition: all 0.2s ease 0s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media (max-width: 1460px) {
  .home-news .news-content .title {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 1200px) {
  .home-news .news-content .title {
    font-size: 15px;
    line-height: 25px;
  }
}

@media (max-width: 992px) {
  .home-news .news-content .title {
    font-size: 14px;
    line-height: 24px;
  }
}

.home-news .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-news .container .gallery {
  display: flex;
  background-color: #ffffff;
}

@media (max-width: 768px) {
  .home-news .container .gallery {
    flex-direction: column;
  }
}

.home-news .container .gallery .main {
  width: 40%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1200px) {
  .home-news .container .gallery .main {
    width: 35%;
  }
}

@media (max-width: 992px) {
  .home-news .container .gallery .main {
    width: 40%;
  }
}

@media (max-width: 768px) {
  .home-news .container .gallery .main {
    width: 100%;
    height: 250px;
  }
}

@media (max-width: 576px) {
  .home-news .container .gallery .main {
    height: 200px;
  }
}

.home-news .container .gallery .main:hover .news-content-shell .news-content .header .tag {
  color: #ffffff;
  background-color: #7b3489;
}

.home-news .container .gallery .fork {
  width: 60%;
}

@media (max-width: 1200px) {
  .home-news .container .gallery .fork {
    width: 65%;
  }
}

@media (max-width: 992px) {
  .home-news .container .gallery .fork {
    width: 60%;
  }
}

@media (max-width: 768px) {
  .home-news .container .gallery .fork {
    width: 100%;
  }
}

.home-news .container .gallery .fork > .column {
  height: 50%;
}

.home-news .container .gallery .fork .bulky .text {
  box-sizing: border-box;
  padding: 30px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 1460px) {
  .home-news .container .gallery .fork .bulky .text {
    padding: 25px;
  }
}

@media (max-width: 1200px) {
  .home-news .container .gallery .fork .bulky .text {
    padding: 20px;
  }
}

@media (max-width: 576px) {
  .home-news .container .gallery .fork .bulky .text {
    padding: 10px;
  }
}

.home-news .container .gallery .fork .bulky .text .more {
  font-size: 14px;
  color: #7b3489;
  display: flex;
  align-items: center;
  margin-top: 70px;
  transition: all 0.3s ease 0s;
}

@media (max-width: 1460px) {
  .home-news .container .gallery .fork .bulky .text .more {
    margin-top: 50px;
  }
}

@media (max-width: 1200px) {
  .home-news .container .gallery .fork .bulky .text .more {
    font-size: 13px;
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .home-news .container .gallery .fork .bulky .text .more {
    margin-top: 30px;
  }
}

@media (max-width: 576px) {
  .home-news .container .gallery .fork .bulky .text .more {
    margin-top: 20px;
  }
}

.home-news .container .gallery .fork .bulky .text .more img {
  width: 8px;
  margin-left: 5px;
}

@media (max-width: 1200px) {
  .home-news .container .gallery .fork .bulky .text .more img {
    width: 7px;
  }
}

.home-news .container .gallery .fork .bulky .img {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.home-news .container .gallery .fork .bulky .img::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}

.home-news .container .gallery .fork .bulky:hover .news-content .title {
  color: #7b3489;
}

.home-news .container .gallery .fork .bulky:hover .text .more {
  transform: translateX(20px);
}

.home-news .container .gallery .fork .alone {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: relative;
}

.home-news .container .gallery .fork .alone:hover .news-content-shell .news-content .header .tag {
  color: #ffffff;
  background-color: #7b3489;
}

.home-news .container .gallery .fork .more-container {
  background-color: #fbf9ff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
}

@media (max-width: 1460px) {
  .home-news .container .gallery .fork .more-container {
    padding: 40px 0;
  }
}

@media (max-width: 1200px) {
  .home-news .container .gallery .fork .more-container {
    padding: 30px 0;
  }
}

@media (max-width: 992px) {
  .home-news .container .gallery .fork .more-container {
    padding: 25px 0;
  }
}

@media (max-width: 768px) {
  .home-news .container .gallery .fork .more-container {
    padding: 50px 0;
  }
}

@media (max-width: 576px) {
  .home-news .container .gallery .fork .more-container {
    padding: 35px 0;
  }
}

.home-news .container .gallery .fork .more-container .more-item {
  margin-top: 20px;
}

.home-news .container .gallery .fork .more-container .more-item:first-child {
  margin-top: 0;
}

@media (max-width: 1200px) {
  .home-news .container .gallery .fork .more-container .more-item {
    margin-top: 15px;
  }
}

@media (max-width: 768px) {
  .home-news .container .gallery .fork .more-container .more-item {
    margin-top: 20px;
  }
}

@media (max-width: 576px) {
  .home-news .container .gallery .fork .more-container .more-item {
    margin-top: 15px;
  }
}

.home-news .container .gallery .fork .more-container .more-item .title {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  line-height: 1.6;
  transition: all 0.3s ease 0s;
}

@media (max-width: 1460px) {
  .home-news .container .gallery .fork .more-container .more-item .title {
    font-size: 24px;
  }
}

@media (max-width: 1200px) {
  .home-news .container .gallery .fork .more-container .more-item .title {
    font-size: 22px;
  }
}

@media (max-width: 992px) {
  .home-news .container .gallery .fork .more-container .more-item .title {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .home-news .container .gallery .fork .more-container .more-item .title {
    font-size: 18px;
  }
}

.home-news .container .gallery .fork .more-container .more-item .more {
  font-size: 16px;
  color: #999999;
  line-height: 1.6;
  display: flex;
  align-items: center;
  transition: all 0.3s ease 0s;
}

@media (max-width: 1460px) {
  .home-news .container .gallery .fork .more-container .more-item .more {
    font-size: 15px;
  }
}

@media (max-width: 1200px) {
  .home-news .container .gallery .fork .more-container .more-item .more {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .home-news .container .gallery .fork .more-container .more-item .more {
    font-size: 12px;
  }
}

.home-news .container .gallery .fork .more-container .more-item .more img {
  width: 7px;
  margin-right: 10px;
}

@media (max-width: 1200px) {
  .home-news .container .gallery .fork .more-container .more-item .more img {
    width: 6px;
    margin-right: 8px;
  }
}

@media (max-width: 576px) {
  .home-news .container .gallery .fork .more-container .more-item .more img {
    width: 5px;
    margin-right: 6px;
  }
}

.home-news .container .gallery .fork .more-container .more-item:hover .title {
  color: #7b3489;
}

.home-news .container .gallery .fork .more-container .more-item:hover .more {
  transform: translateX(20px);
}

.home-news .container .gallery .row {
  margin-left: 0;
  margin-right: 0;
}

.home-news .container .gallery .row .column {
  padding-left: 0;
  padding-right: 0;
}

.section {
  position: relative;
}

.section .dialog-out {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
}

.section .dialog-bg {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2000;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.section .dialog-bg .dialog {
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  position: relative;
  border-radius: 2px;
  box-sizing: border-box;
  width: 60%;
  padding: 15px;
  transform: translateY(-20%);
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.section .dialog-bg .dialog.active {
  transform: translateY(0);
}

.section .dialog-bg .dialog .closer {
  position: absolute;
  right: 0;
  top: -50px;
  height: 40px;
  color: #fff;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.section .dialog-bg .dialog .dialog-video {
  display: block;
  width: 100%;
}

.hidden {
  overflow: hidden;
}

.global-banner {
  padding-top: 700px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.global-banner .inner-word {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  font-size: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.global-banner .inner-word span {
  font-size: 50px;
  font-weight: bold;
}

.about-brief {
  padding: 80px 0;
  position: relative;
  width: 100%;
  background-color: #ffffff;
}

.about-brief .bg-img {
  position: absolute;
  max-width: 100%;
  box-shadow: 0px 0px 10px #f1f1f1;
  height: calc(100% - 160px);
  top: 80px;
  right: 0;
  z-index: 0;
}

.about-brief .bg-img img {
  max-width: 100%;
  max-height: 100%;
}

.about-brief .brief-container {
  display: flex;
  width: 100%;
}

.about-brief .brief-container .brief-limg {
  width: 51%;
  z-index: 5;
}

.about-brief .brief-container .brief-limg img {
  width: 100%;
  height: 100%;
}

.about-brief .brief-container .brief-right {
  width: 49%;
  padding: 0px 25px;
  padding-top: 175px;
  flex: 1;
  z-index: 5;
  background-color: #fff;
}

.about-brief .brief-container .brief-right .brief-ricon {
  display: flex;
  flex-direction: column;
  padding: 0 25px;
}

.about-brief .brief-container .brief-right .brief-ricon .brief-title {
  font-size: 36px;
  font-weight: bold;
  color: #7b3489;
  position: relative;
  line-height: 1.12;
}

.about-brief .brief-container .brief-right .brief-ricon .brief-title::before {
  position: absolute;
  top: -80px;
  left: -50px;
  content: '“';
  height: 40px;
  font-size: 80px;
  color: #c1c1c1;
  display: block;
}

.about-brief .brief-container .brief-right .brief-ricon .brief-meks {
  padding-top: 50px;
  font-size: 16px;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
}

.about-brief .brief-container .brief-right .brief-ricon .brief-three {
  padding-top: 70px;
  display: flex;
  justify-content: space-between;
}

.about-brief .brief-container .brief-right .brief-ricon .brief-three .brief-item {
  font-size: 24px;
  color: #333;
}

.about-brief .brief-container .brief-right .brief-ricon .brief-three .brief-item span {
  font-size: 48px;
  font-weight: bold;
  color: #7b3489;
}

.about-culture {
  padding: 80px 0;
  background-color: #f5f5f5;
}

.about-culture .cul-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #999999;
  font-size: 16px;
}

.about-culture .cul-title span {
  font-size: 36px;
  font-weight: bold;
  color: #333;
  padding-bottom: 10px;
}

.about-culture .cul-content {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 600px;
  max-height: 600px;
}

.about-culture .cul-content .cul-item {
  object-fit: cover;
  background-repeat: no-repeat;
  background-position: center;
  flex: 1;
  display: block;
  transform: skewX(-5deg);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 18px;
  overflow: hidden;
  color: #fff;
  transition: all 0.4s ease 0s;
}

.about-culture .cul-content .cul-item .meks {
  position: absolute;
  top: 55%;
  left: -1085px;
  transition: all 0.4s ease 0s;
  display: none;
  transform: skewX(5deg);
}

.about-culture .cul-content .cul-item span {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  transform: skewX(5deg);
}

.about-culture .cul-content .cul-item.active {
  flex: 1.5;
  align-items: flex-start;
  padding-left: 85px;
  transition: all 0.4s ease 0s;
}

.about-culture .cul-content .cul-item.active .meks {
  position: absolute;
  top: 55%;
  left: 85px;
  transition: all 0.4s ease 0s;
  display: block;
  padding-right: 40px;
}

.about-culture .cul-content .cul-item.active::before {
  transition: all 0.4s ease 0s;
  background: linear-gradient(to right, #844c90, rgba(132, 76, 144, 0.3));
}

.about-culture .cul-content .cul-item.center {
  margin: 0 5px;
}

.about-culture .cul-content .cul-item::before {
  position: absolute;
  content: '';
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.6);
}

.honor-out {
  padding-top: 60px;
  padding-bottom: 80px;
  background: linear-gradient(to bottom, #ffffff, #fdfcff);
}

.honor-out .honor-content .honor-swiper {
  padding-top: 30px;
  padding-bottom: 80px;
}

.honor-out .honor-content .honor-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .honor-item {
  border: 1px solid #7b3489;
}

.honor-out .honor-content .honor-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .honor-item .inside {
  transform: translateX(-100%);
}

.honor-out .honor-content .honor-swiper .swiper-wrapper .swiper-slide .honor-item {
  display: flex;
  background-color: #fff;
  box-shadow: 0 0 10px #f1f1f1;
  font-size: 24px;
  color: #7b3489;
  height: 320px;
  height: 320px;
  text-align: center;
  overflow: hidden;
  z-index: 5;
}

.honor-out .honor-content .honor-swiper .swiper-wrapper .swiper-slide .honor-item .inside {
  overflow: hidden;
  flex-shrink: 0;
  height: 100%;
  width: 100%;
  padding: 60px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease 0s;
  transform:translateX(-100%);
}
.honor-out .honor-content .honor-swiper .swiper-wrapper .swiper-slide .honor-item .inside span {
    font-size:16px;
    margin-top:10px;
}
.honor-out .honor-content .honor-swiper .swiper-wrapper .swiper-slide .honor-item.active {
  border: 1px solid #7b3489;
  transition: all 0.4s ease 0s;
}

.honor-out .honor-content .honor-swiper .swiper-wrapper .swiper-slide .honor-item.active .inside {
  transform: translateX(-100%);
  transition: all 0.4s ease 0s;
}

.honor-out .honor-content .honor-swiper .swiper-wrapper .swiper-slide .honor-item .noactive {
  z-index: 5;
  position: relative;
}

.honor-out .honor-content .honor-swiper .swiper-wrapper .swiper-slide .honor-item .noactive .year {
  position: absolute;
  bottom: 0px;
  left: 0px;
  font-size: 100px;
  color: #f4f0f5;
  font-weight: bold;
  z-index: -1;
}

.honor-out .honor-content .honor-swiper .swiper-wrapper .swiper-slide .honor-item .noactive img {
  max-width: 100%;
}

.honor-out .honor-content .honor-swiper .swiper-wrapper .swiper-slide .honor-item .noactive span {
  display: block;
  padding-top: 60px;
}

.honor-out .honor-content .honor-swiper .swiper-wrapper .swiper-slide .honor-item .active-img {
  width: 100%;
}

.honor-out .honor-content .honor-swiper .swiper-pagination-progressbar {
  top: auto;
  bottom: -70px !important;
  background: #f8f8f8;
  height: 2px;
  position: relative;
}

.honor-out .honor-content .honor-swiper .swiper-pagination-progressbar::before {
  position: absolute;
  content: '';
  left: 0;
  width: 14px;
  height: 14px;
  background-color: #7b3489;
  border-radius: 50%;
  top: -6px;
}

.honor-out .honor-content .honor-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #7b3489;
}

.history-out {
  padding-top: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 680px;
  width: 100%;
}

.history-out .his-container .his-swiper {
  padding-top: 20px;
}

.history-out .his-container .his-swiper .swiper-wrapper .swiper-slide {
  height: 240px;
}

.history-out .his-container .his-swiper .swiper-wrapper .swiper-slide:nth-child(2n) .his-item.active {
  animation: backwave 0.6s linear 2 alternate;
}

@media (max-width: 1200px) {
  .history-out .his-container .his-swiper .swiper-wrapper .swiper-slide:nth-child(2n) .his-item.active {
    animation: backwave-1200 0.6s linear 2 alternate;
  }
}

.history-out .his-container .his-swiper .swiper-wrapper .swiper-slide:nth-child(2n + 1) .his-item {
  margin-top: 60px;
}

.history-out .his-container .his-swiper .swiper-wrapper .swiper-slide:nth-child(2n + 1) .his-item.active {
  animation: wave 0.6s linear 2 alternate;
}

@media (max-width: 1200px) {
  .history-out .his-container .his-swiper .swiper-wrapper .swiper-slide:nth-child(2n + 1) .his-item.active {
    animation: wave-1200 0.6s linear 2 alternate;
  }
}

.history-out .his-container .his-swiper .swiper-wrapper .swiper-slide .his-item {
  display: flex;
  height: 100%;
  position: relative;
}

.history-out .his-container .his-swiper .swiper-wrapper .swiper-slide .his-item::before {
  content: '';
  position: absolute;
  top: 22px;
  width: 2px;
  height: calc(100% - 60px);
  left: 10px;
  background: linear-gradient(to bottom, #7e378b 0%, #b38aba 0%, #f4edf4 50%);
}

.history-out .his-container .his-swiper .swiper-wrapper .swiper-slide .his-item .his-lide {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  line-height: 24px;
  border: 2px solid #7b3489;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.history-out .his-container .his-swiper .swiper-wrapper .swiper-slide .his-item .his-lide .circle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #7b3489;
}

.history-out .his-container .his-swiper .swiper-wrapper .swiper-slide .his-item .his-con {
  padding-left: 30px;
  padding-right: 40px;
  font-size: 18px;
  color: #333;
}

.history-out .his-container .his-swiper .swiper-wrapper .swiper-slide .his-item .his-con span {
  display: block;
  font-size: 30px;
  font-weight: bold;
  color: #c1c1c1;
  padding-bottom: 30px;
}

.history-out .his-container .his-swiper .swiper-wrapper .swiper-slide .his-item .his-con p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/*******
*   解决方案
************/
.solution-out {
  padding: 80px 0;
}

.solution-out .solution-content .solution-head .buy-padd {
  padding-left: 5px;
  padding-right: 5px;
}

.solution-out .solution-content .solution-head .buy-padd:nth-child(2) .head-item::before {
  background-color: #bcd8f4;
}

.solution-out .solution-content .solution-head .buy-padd:nth-child(2) .head-item::after {
  background-color: #bcd8f4;
}

.solution-out .solution-content .solution-head .buy-padd:nth-child(3) .head-item::before {
  background-color: #bfdaf6;
}

.solution-out .solution-content .solution-head .buy-padd:nth-child(3) .head-item::after {
  background-color: #bfdaf6;
}

.solution-out .solution-content .solution-head .buy-padd:nth-child(4) .head-item::before {
  background-color: #b9e4f6;
}

.solution-out .solution-content .solution-head .buy-padd:nth-child(4) .head-item::after {
  background-color: #b9e4f6;
}

.solution-out .solution-content .solution-head .head-item {
  padding: 40px 30px;
  height: 340px;
  font-size: 32px;
  font-weight: bold;
  position: relative;
  justify-content: center;
  display: flex;
  color: #333;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.solution-out .solution-content .solution-head .head-item:hover::before, .solution-out .solution-content .solution-head .head-item.active::before {
  transform: scaleX(1);
  transition: all 0.5s ease 0s;
}

.solution-out .solution-content .solution-head .head-item:hover::after, .solution-out .solution-content .solution-head .head-item.active::after {
  opacity: 1;
  transform: translateX(-50%) rotate(226deg);
  transition: all 0.7s ease 0s;
}

.solution-out .solution-content .solution-head .head-item::before {
  position: absolute;
  content: '';
  bottom: 0;
  width: 100%;
  height: 8px;
  left: 0;
  background-color: #ffc614;
  transform: scaleX(0);
}

.solution-out .solution-content .solution-head .head-item::after {
  position: absolute;
  content: '';
  bottom: -6px;
  width: 12px;
  height: 12px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  background-color: #ffc614;
  opacity: 0;
}

.solution-out .solution-content .solution-list {
  margin-top: 50px;
}

.solution-out .solution-content .solution-list .listOut {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .solution-out .solution-content .solution-list .listOut {
    margin-bottom: 18px;
  }
}

.solution-out .solution-content .solution-list .solution-item {
  padding: 40px;
  background-color: #f5f5f5;
  display: flex;
  margin-bottom: 30px;
}

.solution-out .solution-content .solution-list .solution-item:last-child {
  margin-bottom: 0px;
}

.solution-out .solution-content .solution-list .solution-item .item-img {
  width: 45%;
  overflow: hidden;
}

.solution-out .solution-content .solution-list .solution-item .item-img:hover img {
  transform: scale(1.1);
  transition: all 0.5s ease 0s;
}

.solution-out .solution-content .solution-list .solution-item .item-img img {
  max-width: 100%;
}

.solution-out .solution-content .solution-list .solution-item .item-ride {
  padding: 20px 0;
  padding-left: 40px;
  width: 55%;
  color: #999999;
  font-size: 16px;
  line-height: 28px;
}

.solution-out .solution-content .solution-list .solution-item .item-ride span {
  font-size: 36px;
  font-weight: bold;
  color: #333;
  padding-bottom: 20px;
  display: block;
}

.solution-out .solution-content .solution-list .solution-item .item-ride span:hover {
  color: #7b3489;
  transition: all 0.4s ease 0s;
}

.solution-out .solution-content .solution-list .solution-item .item-ride .text-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 270px;
}

.solution-out .solution-content .solution-list .solution-item .item-ride .text-content::-webkit-scrollbar {
  width: 6px;
  height: 5px;
  background-color: #f1f1f1;
  border-radius: 5px;
}

/*******
*   产品中心
************/
.duck-content {
  width: 100%;
  box-sizing: border-box;
  background-color: #f8f8f8;
  padding-top: 80px;
  padding-bottom: 50px;
}
.duck-head.sol-head {
    margin-top:20px;
}
.duck-head {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.duck-head .duck-item {
  font-size: 18px;
  color: #999999;
  margin-right: 30px;
  width: calc(100% / 6 - 25px);
  background-color: #fff;
  text-align: center;
  height: 60px;
  max-height: 60px;
  margin-bottom: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 60px;
}
.duck-head.sol-head .duck-item {
    background-color:#f8f8f8;
}
.duck-head .duck-item:nth-child(6n) {
  margin-right: 0;
}

.duck-head .duck-item:hover,.duck-head .duck-item.active {
  background-color: #7b3489;
  color: #fff;
}

.duck-content .duck-container .duck-list {
  padding-top: 40px;
}

.duck-content .duck-container .duck-list .item-out {
  margin-bottom: 30px;
}

.duck-content .duck-container .duck-list .duck-item {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
}

.duck-content .duck-container .duck-list .duck-item:hover::before {
  transform: scaleX(1);
  transition: all 0.4s ease 0s;
}

.duck-content .duck-container .duck-list .duck-item:hover .duck-bot h1 {
  color: #7b3489;
  transition: all 0.4s ease 0s;
}

.duck-content .duck-container .duck-list .duck-item::before {
  position: absolute;
  content: '';
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #7b3489;
  transform: scaleX(0);
  transition: all 0.4s ease 0s;
}

.duck-content .duck-container .duck-list .duck-item .duck-img {
  overflow: hidden;
}

.duck-content .duck-container .duck-list .duck-item .duck-img img {
  width: 100%;
  display: block;
}

.duck-content .duck-container .duck-list .duck-item .duck-img:hover img {
  transform: scale(1.08);
  transition: all 0.3s ease 0s;
}

.duck-content .duck-container .duck-list .duck-item .duck-bot {
  padding: 40px 20px;
  font-size: 14px;
  color: #999999;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.duck-content .duck-container .duck-list .duck-item .duck-bot h1 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  display: block;
  padding-bottom: 20px;
}

.duck-content .duck-container .duck-list .duck-item .duck-bot p {
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/*******
*   产品详情
************/
.details-content {
  box-sizing: border-box;
  padding-top: 200px;
  padding-bottom: 80px;
  background-repeat: no-repeat;
  height: 100%;
}

.details-content .detai-bgcolor {
  background-color: #fff;
}

.details-content .details-pack {
  width: 100%;
  background-color: #fff;
  padding: 60px;
  width: 100%;
  display: flex;
}

.details-content .details-pack .big-swiper {
  width: 42%;
}

.details-content .details-pack .big-swiper .swiper-slide {
  width: 100%;
}

.details-content .details-pack .big-swiper .swiper-slide img {
  display: block;
  width: 100%;
}

.details-content .details-pack .pack-ride {
  width: 58%;
  border: 1px solid #f1f1f1;
  padding: 0px 40px;
  padding-top: 100px;
}

.details-content .details-pack .pack-ride .pack-title {
  font-size: 16px;
  color: #999999;
}

.details-content .details-pack .pack-ride .pack-title h1 {
  font-size: 30px;
  color: #333;
  font-weight: bold;
  display: block;
  padding-bottom: 30px;
}

.details-content .details-pack .pack-ride .small-swiper {
  padding-top: 60px;
}

.details-content .details-pack .pack-ride .small-swiper .swiper-slide {
  cursor: pointer;
}

.details-content .details-pack .pack-ride .small-swiper .swiper-slide img {
  display: block;
  width: 100%;
}

.details-content .detail-brief {
  background-color: #fff;
  padding: 0 60px;
}

.details-content .detail-brief h1 {
  font-size: 36px;
  color: #333;
  display: block;
  padding-bottom: 35px;
}

.details-content .detail-brief .brief-meks {
  color: #999999;
  font-size: 16px;
  padding-bottom: 60px;
}

.details-content .detail-brief .brief-meks img {
  width: 100%;
}

.details-content .detail-button {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  padding: 0 60px;
  padding-bottom: 60px;
}

.details-content .detail-button .down-btn {
  display: flex;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #7b3489;
  height: 60px;
  line-height: 60px;
  width: 180px;
}

.details-content .detail-button .down-btn img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

/*******
*   云易享
************/
.cloud-content {
  padding-top: 70px;
  padding-bottom: 80px;
}

.cloud-content .head-swiper {
  padding-bottom: 30px;
}

.cloud-content .head-swiper .swiper-slide.swiper-slide-thumb-active .cloud-item .item-toph::before {
  height: 100%;
  transition: all 0.3s ease 0s;
}

.cloud-content .head-swiper .swiper-slide.swiper-slide-thumb-active .cloud-item .item-bot {
  color: #7b3489;
  transition: all 0.3s ease 0s;
}

.cloud-content .head-swiper .swiper-slide.top {
  margin-top: 20px !important;
}

.cloud-content .head-swiper .cloud-item {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.cloud-content .head-swiper .cloud-item:nth-child(5n) {
  margin-right: 0;
}

.cloud-content .head-swiper .cloud-item:hover .item-toph::before {
  height: 100%;
  transition: all 0.3s ease 0s;
}

.cloud-content .head-swiper .cloud-item:hover .item-bot {
  color: #7b3489;
  transition: all 0.3s ease 0s;
}

.cloud-content .head-swiper .cloud-item .item-toph {
  width: 100%;
  padding: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  background: linear-gradient(to bottom, #f5f5f6 0%, #ffffff 85%);
  position: relative;
}

.cloud-content .head-swiper .cloud-item .item-toph img {
  z-index: 1;
  min-height: 38px;
}

.cloud-content .head-swiper .cloud-item .item-toph::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 0;
  background: linear-gradient(to top, #f9e4fd 0%, #ffffff 85%);
}

.cloud-content .head-swiper .cloud-item .item-bot {
  padding: 20px;
  text-align: center;
  color: #333;
  font-size: 20px;
}

.cloud-content .cloud-head {
  display: flex;
  flex-wrap: wrap;
}

.cloud-content .cloud-swiper .cloud-Aitem {
  display: flex;
  align-items: center;
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.cloud-content .cloud-swiper .cloud-Aitem .Aitem-lide {
  position: absolute;
  padding: 40px;
  width: 44%;
  z-index: 5;
  left: 20px;
  height: calc(100% - 120px);
  box-shadow: -2px 0 10px #f9f9f9;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cloud-content .cloud-swiper .cloud-Aitem .Aitem-lide h1 {
  font-size: 24px;
  color: #333;
  font-weight: bold;
}

.cloud-content .cloud-swiper .cloud-Aitem .Aitem-lide .line {
  width: 30px;
  height: 2px;
  background-color: #7b3489;
  margin: 20px 0;
}

.cloud-content .cloud-swiper .cloud-Aitem .Aitem-lide .meks {
  font-size: 16px;
  color: #999999;
}

.cloud-content .cloud-swiper .cloud-Aitem .Aitem-ride {
  z-index: 2;
  width: 60%;
}

.cloud-content .cloud-swiper .cloud-Aitem .Aitem-ride img {
  width: 100%;
}

/*******
*   工厂规划
************/
.core-out {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 40px;
}

.core-out .core-content {
  overflow: hidden;
}

.core-out .core-content .core-pack .core-item {
  border: 5px solid #fff;
  display: flex;
  align-items: center;
  padding: 30px;
  background-color: #fafafa;
  box-shadow: 0 0 10px #f1f1f1;
  margin-bottom: 30px;
  cursor: default;
  transition: all 0.3s ease 0s;
}

.core-out .core-content .core-pack .core-item:hover {
  transform: translateY(-5px);
  transition: all 0.3s ease 0s;
}

.core-out .core-content .core-pack .core-item:hover .core-lisde {
  overflow: hidden;
}

.core-out .core-content .core-pack .core-item:hover .core-lisde img {
  transform: scale(1.03);
  transition: all 0.3s ease 0s;
}

.core-out .core-content .core-pack .core-item:hover .core-ride span {
  color: #7b3489;
  transition: all 0.4s ease 0s;
}

.core-out .core-content .core-pack .core-item .core-lisde {
  width: 40%;
}

.core-out .core-content .core-pack .core-item .core-lisde img {
  width: 100%;
}

.core-out .core-content .core-pack .core-item .core-ride {
  width: 60%;
  font-size: 16px;
  color: #999999;
  padding-left: 30px;
}

.core-out .core-content .core-pack .core-item .core-ride span {
  transition: all 0.4s ease 0s;
  font-size: 24px;
  color: #333;
  display: block;
  padding-bottom: 20px;
}

.core-out .core-content .core-pack .core-item .core-ride p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.design-out {
  background-color: #f5f5f5;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 50px;
}

.design-out .design-list .designOut {
  padding-left: 10px;
  padding-right: 10px;
}

.design-out .design-list .design-item {
  padding: 30px;
  background-color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  cursor: default;
  transition: all 0.3s ease 0s;
}

.design-out .design-list .design-item:hover {
  transform: translateY(-5px);
  transition: all 0.3s ease 0s;
}

.design-out .design-list .design-item:hover .design-lide span {
  color: #7b3489;
  transition: all 0.3s ease 0s;
}

.design-out .design-list .design-item img {
  max-width: 100%;
  max-height: 100%;
}

.design-out .design-list .design-item .design-lide {
  font-size: 16px;
  padding-left: 20px;
  color: #999999;
}

.design-out .design-list .design-item .design-lide span {
  font-size: 24px;
  color: #333;
  display: block;
  padding-bottom: 15px;
}

.design-out .design-list .design-item .design-lide p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.commit-out {
  padding: 80px 0;
  background-color: #fff;
  overflow: hidden;
}

.commit-out .commit-content img {
  width: 100%;
}

.commit-out .commit-content .btn-out {
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.commit-out .commit-content .btn-out .head-btn {
  font-size: 18px;
  color: #ffffff;
  background-color: #7b3489;
  padding: 0 17px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
}

.commit-out .commit-content .commit-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: #999999;
}

.commit-out .commit-content .commit-head h1 {
  font-size: 36px;
  font-weight: bold;
  color: #333;
  padding-bottom: 20px;
}

.solove-out {
  padding: 70px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.solove-out .solve-pack {
  display: flex;
}

.solove-out .solve-pack .solve-img {
  width: 50%;
}

.solove-out .solve-pack .solve-img img {
  width: 100%;
}

.solove-out .solve-pack .solove-ride {
  padding: 60px 40px;
  width: 50%;
  background-color: #fff;
}

.solove-out .solve-pack .solove-ride .solove-title {
  font-size: 16px;
  color: #999999;
}

.solove-out .solve-pack .solove-ride .solove-title h2 {
  color: #333;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 15px;
}

.solove-out .solve-pack .solove-ride .solove-title p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.solove-out .solve-pack .solove-ride .solove-list {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
}

.solove-out .solve-pack .solove-ride .solove-list .solove-item {
  margin-top: 15px;
  font-size: 16px;
  color: #999999;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #999999;
  padding: 8px 10px;
  margin-right: 35px;
  width: calc(100% / 3 - 24px);
  transition: all 0.4s ease 0s;
}

.solove-out .solve-pack .solove-ride .solove-list .solove-item:hover {
  transform: translateY(-5px);
  transition: all 0.4s ease 0s;
}

.solove-out .solve-pack .solove-ride .solove-list .solove-item:nth-child(3n) {
  margin-right: 0;
}

.solove-out .solve-pack .solove-ride .solove-list .solove-item span {
  padding-left: 10px;
}

.plan-out {
  padding: 70px 0;
  background-color: #fff;
}

.plan-out .plan-content .plan-con {
  height: 780px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}

.plan-out .plan-content .plan-con .plan-item {
  padding: 100px 60px;
  border-right: 1px solid #fff;
  height: 100%;
  flex: 1;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease 0s;
}

.plan-out .plan-content .plan-con .plan-item.active {
  flex: 1.4;
  justify-content: flex-start;
  align-items: flex-start;
}

.plan-out .plan-content .plan-con .plan-item.active .plan-tagcon {
  transform: translateX(-50%);
  transition: all 0.4s ease 0s;
}

.plan-out .plan-content .plan-con .plan-item.active::before {
  width: 100%;
  transition: all 0.4s ease 0s;
}

.plan-out .plan-content .plan-con .plan-item::before {
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(137, 81, 150, 0.7);
  z-index: 0;
  transition: all 0.3s ease 0s;
}

.plan-out .plan-content .plan-con .plan-item .plan-title {
  display: flex;
  flex-direction: column;
  font-size: 30px;
  color: #fff;
  z-index: 5;
  transition: all 0.4s ease 0s;
}

.plan-out .plan-content .plan-con .plan-item .plan-title h1 {
  font-size: 70px;
  font-weight: bold;
  color: #d5dade;
}

.plan-out .plan-content .plan-con .plan-item .plan-tagcon {
  position: absolute;
  bottom: 90px;
  left: 50%;
  transform: translateX(-1000%);
  overflow: hidden;
  z-index: 5;
  text-align: center;
  display: block;
  transition: all 0.4s ease 0s;
}

.plan-out .plan-content .plan-con .plan-item .plan-tagcon .tagcon-item {
  transition: all 0.4s ease 0s;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 18px;
  margin-top: 60px;
  color: #dcd2e1;
}

.plan-out .plan-content .plan-con .plan-item .plan-tagcon .tagcon-item span {
  color: #fff;
  font-size: 24px;
  display: block;
  font-weight: bold;
}

.plan-out .plan-content .plan-con .plan-item .plan-tagcon .tagcon-item p {
  display: block;
}

.low-out {
  padding: 70px 0;
  background-color: #f5f5f5;
}

.low-out .low-content .low-pack {
  height: 540px;
  display: flex;
}

.low-out .low-content .low-pack .low-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 70px;
  background: linear-gradient(to top, #fceffe 0%, #ffffff 30%);
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease 0s;
}

.low-out .low-content .low-pack .low-item h1 {
  position: absolute;
  top: 50px;
  left: 50px;
  font-size: 30px;
  z-index: 5;
  color: #fff;
  transform: translateX(-1000%);
  transition: all 0.4s ease 0s;
}

.low-out .low-content .low-pack .low-item .low-con {
  position: absolute;
  left: 50%;
  bottom: 80px;
  transform: translateX(-1000%);
  z-index: 5;
  transition: all 0.4s ease 0s;
}

.low-out .low-content .low-pack .low-item .low-con .con-item {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  color: #fff;
}

.low-out .low-content .low-pack .low-item .low-con .con-item span {
  padding: 12px 0;
  font-size: 24px;
}

.low-out .low-content .low-pack .low-item .low-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.4s ease 0s;
}

.low-out .low-content .low-pack .low-item::before {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: linear-gradient(to bottom, #f6f6f6 0%, #fff 40%, #fdf3fe 100%);
  transition: all 0.4s ease 0s;
}

.low-out .low-content .low-pack .low-item.active {
  flex: 2.5;
  padding: 50px;
  justify-content: flex-start;
  align-items: flex-start;
}

.low-out .low-content .low-pack .low-item.active .low-bg {
  opacity: 1;
  transition: all 1.5s ease 0s;
}

.low-out .low-content .low-pack .low-item.active .hidetitle, .low-out .low-content .low-pack .low-item.active .hideimg {
  display: none;
}

.low-out .low-content .low-pack .low-item.active h1 {
  transform: translateX(0%);
  transition: all 0.4s ease 0s;
}

.low-out .low-content .low-pack .low-item.active .low-con {
  transform: translateX(-50%);
  transition: all 0.4s ease 0s;
}

.low-out .low-content .low-pack .low-item .hidetitle {
  font-size: 30px;
  text-align: center;
  z-index: 5;
}

.low-out .low-content .low-pack .low-item .hideimg {
  width: 35px;
  height: 45px;
  z-index: 5;
}

.IE-out {
  padding: 70px 0;
}

@media (max-width: 1600px) {
  .about-brief .brief-container .brief-limg {
    width: 42%;
  }
  .about-brief .brief-container .brief-right .brief-ricon {
    padding: 0 15px;
  }
  .about-brief .brief-container .brief-right .brief-ricon .brief-three .brief-item {
    font-size: 22px;
  }
  .about-brief .brief-container .brief-right .brief-ricon .brief-three .brief-item span {
    font-size: 40px;
  }
  .honor-out .honor-content .honor-swiper .swiper-wrapper .swiper-slide .honor-item .inside {
    padding: 50px 40px;
  }
  .honor-out .honor-content .honor-swiper .swiper-wrapper .swiper-slide .honor-item .inside .noactive .year {
    font-size: 80px;
  }
  .honor-out .honor-content .honor-swiper .swiper-wrapper .swiper-slide .honor-item .inside .noactive span {
    padding-top: 50px;
  }
  .solution-out .solution-content .solution-head .head-item span {
    font-size: 28px;
  }
}

@media (max-width: 1460px) {
  .low-out {
    padding: 40px 0;
  }
  .low-out .low-content .low-pack {
    height: 500px;
  }
  .low-out .low-content .low-pack .low-item .hidetitle {
    font-size: 22px;
  }
  .low-out .low-content .low-pack .low-item h1 {
    font-size: 22px;
  }
  .low-out .low-content .low-pack .low-item .low-con {
    bottom: 50px;
  }
  .low-out .low-content .low-pack .low-item .low-con .con-item {
    margin-top: 25px;
    font-size: 16px;
  }
  .low-out .low-content .low-pack .low-item .low-con .con-item span {
    font-size: 20px;
  }
  .plan-out .plan-content .plan-con {
    height: 720px;
  }
  .plan-out .plan-content .plan-con .plan-item {
    padding: 110px 40px;
  }
  .plan-out .plan-content .plan-con .plan-item .plan-title {
    font-size: 25px;
  }
  .solove-out .solve-pack .solove-ride {
    padding: 30px;
  }
  .solove-out .solve-pack .solove-ride .solove-list {
    padding-top: 20px;
  }
  .solove-out .solve-pack .solove-ride .solove-list .solove-item {
    margin-right: 25px;
    width: calc(100% / 3 - 17px);
    font-size: 15px;
  }
  .commit-out {
    padding: 60px 0;
  }
  .commit-out .commit-content .commit-head {
    font-size: 24px;
  }
  .commit-out .commit-content .commit-head h1 {
    font-size: 30px;
    padding-bottom: 10px;
  }
  .commit-out .commit-content .btn-out .head-btn {
    font-size: 16px;
    line-height: 50px;
  }
  .design-out .design-list .design-item {
    padding: 25px;
  }
  .design-out .design-list .design-item .design-lide {
    font-size: 15px;
  }
  .design-out .design-list .design-item .design-lide span {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .core-out .core-content .core-pack .core-item .core-ride {
    padding-left: 20px;
  }
  .core-out .core-content .core-pack .core-item .core-ride span {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .cloud-content .cloud-swiper .cloud-Aitem .Aitem-lide {
    padding: 30px;
  }
  .cloud-content .cloud-swiper .cloud-Aitem .Aitem-lide h1 {
    font-size: 20px;
  }
  .cloud-content .cloud-swiper .cloud-Aitem .Aitem-lide .line {
    margin: 12px 0;
  }
  .cloud-content .cloud-swiper .cloud-Aitem .Aitem-lide .meks {
    font-size: 15px;
  }
  .details-content .details-pack .pack-ride {
    padding-top: 60px;
  }
  .details-content .details-pack .big-swiper .swiper-slide img {
    height: 100%;
  }
  .duck-content {
    padding-top: 50px;
    padding-bottom: 35px;
  }
  .duck-content .duck-container .duck-list {
    padding-top: 25px;
  }
  .duck-content .duck-container .duck-list .item-out {
    margin-bottom: 20px;
  }
  .duck-content .duck-container .duck-list .duck-item .duck-bot {
    padding: 25px 20px;
  }
  .duck-content .duck-container .duck-list .duck-item .duck-bot h1 {
    font-size: 20px;
    padding-bottom: 12px;
  }
  .home-banner .swiper-slide .home-word {
    top: 40%;
    font-size: 24px;
  }
  .home-banner .swiper-slide .home-word span {
    font-size: 50px;
  }
  .global-banner {
    padding-top: 600px;
  }
  .section .dialog-bg .dialog {
    width: 70%;
  }
  .about-brief .brief-container .brief-limg {
    width: 32%;
  }
  .about-brief .brief-container .brief-right {
    padding: 95px 20px;
  }
  .about-culture {
    padding: 60px 0;
  }
  .about-culture .cul-title span {
    font-size: 28px;
  }
  .about-culture .cul-content .cul-item {
    font-size: 16px;
  }
  .about-culture .cul-content .cul-item.active .meks {
    padding-right: 100px;
  }
  .history-out .his-container .his-swiper .swiper-wrapper .swiper-slide .his-item .his-con {
    font-size: 16px;
  }
  .history-out .his-container .his-swiper .swiper-wrapper .swiper-slide .his-item .his-con span {
    font-size: 24px;
    padding-bottom: 20px;
  }
  .solution-out .solution-content .solution-head .head-item {
    padding: 40px 25px;
    height: 300px;
  }
  .solution-out .solution-content .solution-head .head-item span {
    font-size: 24px;
  }
  .solution-out .solution-content .solution-list .solution-item .item-ride {
    padding: 0;
    font-size: 14px;
    padding-left: 30px;
  }
  .solution-out .solution-content .solution-list .solution-item .item-ride span {
    padding-bottom: 15px;
    font-size: 28px;
  }
  .solution-out .solution-content .solution-list .solution-item .item-ride p {
    line-height: 26px;
  }
}

@media (max-width: 1200px) {
  .IE-out {
    padding: 40px 0;
  }
  .plan-out {
    padding: 50px 0;
  }
  .plan-out .plan-content .plan-con {
    height: 600px;
  }
  .plan-out .plan-content .plan-con .plan-item {
    padding: 60px 40px;
  }
  .plan-out .plan-content .plan-con .plan-item .plan-title {
    font-size: 22px;
  }
  .plan-out .plan-content .plan-con .plan-item .plan-title h1 {
    font-size: 60px;
  }
  .plan-out .plan-content .plan-con .plan-item .plan-tagcon .tagcon-item {
    font-size: 16px;
    margin-top: 50px;
  }
  .plan-out .plan-content .plan-con .plan-item .plan-tagcon .tagcon-item span {
    font-size: 20px;
  }
  .solove-out .solve-pack .solve-img img {
    height: 100%;
  }
  .solove-out .solve-pack .solove-ride {
    padding: 25px 20px;
  }
  .solove-out .solve-pack .solove-ride .solove-title {
    font-size: 14px;
  }
  .solove-out .solve-pack .solove-ride .solove-title h2 {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .solove-out .solve-pack .solove-ride .solove-list {
    padding-top: 10px;
  }
  .solove-out .solve-pack .solove-ride .solove-list .solove-item {
    margin-top: 10px;
    margin-right: 15px;
    width: calc(100% / 3 - 10px);
    padding: 8px 5px;
    font-size: 14px;
  }
  .solove-out .solve-pack .solove-ride .solove-list .solove-item span {
    padding-left: 5px;
  }
  .solove-out .solve-pack .solove-ride .solove-list .solove-item img {
    max-width: 100%;
  }
  .commit-out {
    padding: 40px 0;
  }
  .commit-out .commit-content .commit-head {
    font-size: 18px;
  }
  .commit-out .commit-content .commit-head h1 {
    font-size: 24px;
    padding-bottom: 10px;
  }
  .commit-out .commit-content .btn-out {
    padding-top: 10px;
  }
  .commit-out .commit-content .btn-out .head-btn {
    font-size: 14px;
    line-height: 50px;
    padding: 0 10px;
  }
  .design-out .design-list .design-item {
    padding: 20px;
  }
  .design-out .design-list .design-item .design-lide {
    font-size: 14px;
  }
  .design-out .design-list .design-item .design-lide span {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .core-out {
    padding-top: 45px;
    padding-bottom: 20px;
  }
  .core-out .core-content .core-pack .packOut {
    padding-right: 8px;
    padding-left: 8px;
  }
  .core-out .core-content .core-pack .core-item {
    padding: 20px;
    margin-bottom: 20px;
  }
  .core-out .core-content .core-pack .core-item .core-ride {
    padding-left: 12px;
    font-size: 14px;
  }
  .core-out .core-content .core-pack .core-item .core-ride span {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .cloud-content {
    padding: 40px 0;
  }
  .cloud-content .head-swiper .swiper-slide .cloud-item .item-bot {
    padding: 15px;
    font-size: 18px;
  }
  .cloud-content .cloud-swiper .cloud-Aitem .Aitem-lide {
    width: 50%;
    padding: 20px;
    height: calc(100% - 60px);
  }
  .cloud-content .cloud-swiper .cloud-Aitem .Aitem-lide .meks {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 12;
    overflow: hidden;
  }
  .cloud-content .cloud-swiper .cloud-Aitem .Aitem-ride {
    width: 60%;
  }
  .details-content {
    padding-bottom: 60px;
  }
  .details-content .details-pack {
    padding: 40px;
  }
  .details-content .details-pack .pack-ride {
    padding: 0 20px;
    padding-top: 40px;
  }
  .details-content .details-pack .pack-ride .pack-title {
    font-size: 15px;
  }
  .details-content .details-pack .pack-ride .pack-title h1 {
    font-size: 25px;
    padding-bottom: 20px;
  }
  .details-content .details-pack .pack-ride .small-swiper {
    padding-top: 30px;
  }
  .details-content .detail-brief {
    padding: 0 30px;
  }
  .details-content .detail-brief .brief-meks {
    font-size: 15px;
    padding-bottom: 20px;
  }
  .details-content .detail-brief h1 {
    font-size: 25px;
    padding-bottom: 25px;
  }
  .details-content .detail-button {
    padding-bottom: 40px;
  }
  .details-content .detail-button .down-btn {
    width: 150px;
    height: 45px;
    line-height: 45px;
  }
  .details-content .detail-button .down-btn img {
    width: 22px;
    height: 22px;
  }
  .details-content .detail-button .down-btn span {
    font-size: 15px;
    display: block;
  }
  .duck-content {
    padding-top: 40px;
    padding-bottom: 25px;
  }
  .duck-content .duck-container .duck-list {
    padding-top: 25px;
  }
  .duck-content .duck-container .duck-list .item-out {
    margin-bottom: 20px;
  }
  .duck-content .duck-container .duck-list .duck-item .duck-bot {
    padding: 25px 20px;
  }
  .duck-content .duck-container .duck-list .duck-item .duck-bot h1 {
    font-size: 20px;
    padding-bottom: 12px;
  }
  .home-banner .swiper-slide .home-word {
    top: 42%;
    font-size: 20px;
  }
  .home-banner .swiper-slide .home-word span {
    font-size: 40px;
  }
  .global-banner {
    padding-top: 500px;
  }
  .global-banner .inner-word {
    font-size: 20px;
  }
  .global-banner .inner-word span {
    font-size: 40px;
  }
  .about-brief .brief-container .brief-limg {
    width: 32%;
  }
  .about-brief .brief-container .brief-right {
    padding: 70px 10px;
  }
  .about-brief .brief-container .brief-right .brief-ricon .brief-title {
    font-size: 30px;
  }
  .about-brief .brief-container .brief-right .brief-ricon .brief-title::before {
    top: -50px;
  }
  .about-brief .brief-container .brief-right .brief-ricon .brief-meks {
    padding-top: 30px;
  }
  .about-brief .brief-container .brief-right .brief-ricon .brief-three {
    padding-top: 50px;
  }
  .about-brief .brief-container .brief-right .brief-ricon .brief-three .brief-item {
    font-size: 18px;
  }
  .about-brief .brief-container .brief-right .brief-ricon .brief-three .brief-item span {
    font-size: 30px;
  }
  .about-culture {
    padding: 40px 0;
  }
  .about-culture .cul-title span {
    font-size: 22px;
  }
  .about-culture .cul-content {
    margin-top: 25px;
    height: 500px;
  }
  .about-culture .cul-content .cul-item {
    font-size: 16px;
  }
  .about-culture .cul-content .cul-item.active .meks {
    padding-right: 30px;
  }
  .honor-out {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .honor-out .honor-content .honor-swiper {
    padding-top: 10px;
  }
  .honor-out .honor-content .honor-swiper .swiper-wrapper .swiper-slide .honor-item .inside {
    padding: 50px 40px;
  }
  .honor-out .honor-content .honor-swiper .swiper-wrapper .swiper-slide .honor-item .inside .noactive .year {
    left: 20px;
    font-size: 80px;
  }
  .honor-out .honor-content .honor-swiper .swiper-wrapper .swiper-slide .honor-item .inside .noactive span {
    padding-top: 50px;
    font-size: 20px;
  }
  .solution-out {
    padding: 60px 0;
  }
  .solution-out .solution-content .solution-head .head-item {
    height: 230px;
    padding: 30px 15px;
  }
  .solution-out .solution-content .solution-head .head-item span {
    font-size: 22px;
  }
  .solution-out .solution-content .solution-head .head-item::before {
    height: 6px;
  }
  .solution-out .solution-content .solution-head .head-item::after {
    width: 8px;
    height: 8px;
    bottom: -4px;
  }
  .solution-out .solution-content .solution-list {
    margin-top: 30px;
  }
  .solution-out .solution-content .solution-list .solution-item {
    padding: 30px;
    align-items: flex-start;
  }
  .solution-out .solution-content .solution-list .solution-item .item-img {
    width: 54%;
  }
  .solution-out .solution-content .solution-list .solution-item .item-ride {
    width: 46%;
    padding-left: 20px;
    font-size: 14px;
  }
  .solution-out .solution-content .solution-list .solution-item .item-ride span {
    padding-bottom: 10px;
    font-size: 22px;
  }
  .solution-out .solution-content .solution-list .solution-item .item-ride p {
    line-height: 24px;
  }
.duck-head .duck-item {
    margin-right: 20px;
    width: calc(100% / 6 - 17px);
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  .low-out {
    padding: 40px 0;
  }
  .low-out .low-content .low-pack {
    height: 360px;
  }
  .low-out .low-content .low-pack .low-item {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .low-out .low-content .low-pack .low-item.active {
    padding: 30px;
    flex: 2;
  }
  .low-out .low-content .low-pack .low-item.active h1 {
    left: 30px;
  }
  .low-out .low-content .low-pack .low-item .hidetitle {
    font-size: 16px;
  }
  .low-out .low-content .low-pack .low-item h1 {
    font-size: 22px;
  }
  .low-out .low-content .low-pack .low-item .low-con {
    bottom: 30px;
  }
  .low-out .low-content .low-pack .low-item .low-con .con-item {
    margin-top: 20px;
    font-size: 14px;
  }
  .low-out .low-content .low-pack .low-item .low-con .con-item img {
    width: 28px;
    height: 28px;
  }
  .low-out .low-content .low-pack .low-item .low-con .con-item span {
    font-size: 16px;
    white-space: nowrap;
    padding: 8px 0;
  }
  .plan-out .plan-content .plan-con {
    height: 500px;
  }
  .plan-out .plan-content .plan-con .plan-item {
    padding: 40px 20px;
  }
  .plan-out .plan-content .plan-con .plan-item .plan-title {
    font-size: 18px;
  }
  .plan-out .plan-content .plan-con .plan-item .plan-title h1 {
    font-size: 40px;
  }
  .plan-out .plan-content .plan-con .plan-item .plan-tagcon {
    bottom: 40px;
  }
  .plan-out .plan-content .plan-con .plan-item .plan-tagcon .tagcon-item {
    font-size: 16px;
    margin-top: 30px;
  }
  .plan-out .plan-content .plan-con .plan-item .plan-tagcon .tagcon-item span {
    font-size: 18px;
    white-space: nowrap;
  }
  .solove-out .solve-pack {
    flex-wrap: wrap;
  }
  .solove-out .solve-pack .solve-img {
    width: 100%;
  }
  .solove-out .solve-pack .solve-img img {
    max-height: 350px;
  }
  .solove-out .solve-pack .solove-ride {
    width: 100%;
  }
  .design-out {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .design-out .design-list .design-item {
    padding: 20px;
    margin-bottom: 10px;
  }
  .design-out .design-list .design-item .design-lide {
    padding-left: 10px;
    font-size: 14px;
  }
  .design-out .design-list .design-item .design-lide span {
    font-size: 18px;
    padding-bottom: 5px;
  }
  .cloud-content {
    padding: 40px 0;
  }
  .cloud-content .cloud-swiper {
    min-height: 300px;
  }
  .cloud-content .cloud-swiper .cloud-Aitem {
    flex-wrap: wrap;
    width: 100%;
  }
  .cloud-content .cloud-swiper .cloud-Aitem .Aitem-lide {
    width: 100%;
    padding: 20px;
    height: 100%;
    position: relative;
    left: 0;
  }
  .cloud-content .cloud-swiper .cloud-Aitem .Aitem-lide .meks {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 12;
    overflow: hidden;
  }
  .cloud-content .cloud-swiper .cloud-Aitem .Aitem-ride {
    width: 100%;
    display: none;
  }
  .details-content {
    padding-top: 170px;
  }
  .details-content .details-pack {
    width: 100%;
    padding: 30px;
    flex-wrap: wrap;
  }
  .details-content .details-pack .big-swiper {
    width: 100%;
  }
  .details-content .details-pack .big-swiper .swiper-slide img {
    height: auto;
    max-height: 400px;
  }
  .details-content .details-pack .pack-ride {
    width: 100%;
    border-top: none;
    padding-bottom: 30px;
  }
  .section .dialog-bg .dialog {
    width: 90%;
  }
  .home-banner .swiper-slide .home-word {
    top: 40%;
    font-size: 18px;
  }
  .home-banner .swiper-slide .home-word span {
    font-size: 35px;
  }
  .global-banner {
    padding-top: 500px;
  }
  .global-banner .inner-word {
    font-size: 18px;
  }
  .global-banner .inner-word span {
    font-size: 34px;
  }
  .about-brief {
    padding: 40px 0;
  }
  .about-brief .bg-img {
    top: 40px;
    height: calc(100% - 80px);
    display: none;
  }
  .about-brief .brief-container {
    flex-wrap: wrap;
  }
  .about-brief .brief-container .brief-limg {
    width: 100%;
    display: none;
  }
  .about-brief .brief-container .brief-right {
    box-shadow: 0 0 10px #f1f1f1;
    width: 100%;
  }
  .about-culture .cul-title {
    font-size: 14px;
  }
  .about-culture .cul-title span {
    font-size: 20px;
    padding-bottom: 5px;
  }
  .about-culture .cul-content {
    height: 500px;
  }
  .about-culture .cul-content .cul-item {
    font-size: 16px;
  }
  .about-culture .cul-content .cul-item span {
    font-size: 25px;
  }
  .about-culture .cul-content .cul-item.active {
    padding-left: 50px;
  }
  .about-culture .cul-content .cul-item.active .meks {
    padding-right: 0px;
    left: 50px;
  }
  .honor-out .honor-content .honor-swiper {
    padding-bottom: 60px;
  }
  .honor-out .honor-content .honor-swiper .swiper-pagination-progressbar {
    bottom: -40px !important;
  }
  .honor-out .honor-content .honor-swiper .swiper-wrapper .swiper-slide .honor-item {
    height: 280px;
  }
  .honor-out .honor-content .honor-swiper .swiper-wrapper .swiper-slide .honor-item .inside {
    padding: 30px 20px;
  }
  .honor-out .honor-content .honor-swiper .swiper-wrapper .swiper-slide .honor-item .inside .noactive .year {
    left: 20px;
    font-size: 60px;
  }
  .honor-out .honor-content .honor-swiper .swiper-wrapper .swiper-slide .honor-item .inside .noactive span {
    padding-top: 30px;
    font-size: 18px;
  }
  .history-out .his-container .his-swiper .swiper-wrapper .swiper-slide .his-item .his-le {
    width: 30px;
  }
  .history-out .his-container .his-swiper .swiper-wrapper .swiper-slide .his-item .his-con {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }
  .history-out .his-container .his-swiper .swiper-wrapper .swiper-slide .his-item .his-con span {
    font-size: 18px;
    padding-bottom: 12px;
  }
  .solution-out {
    padding: 40px 0;
  }
  .solution-out .solution-content .solution-head .head-item {
    height: 180px;
    padding: 20px 10px;
  }
  .solution-out .solution-content .solution-head .head-item span {
    font-size: 18px;
  }
  .solution-out .solution-content .solution-head .head-item::before {
    height: 6px;
  }
  .solution-out .solution-content .solution-head .head-item::after {
    width: 8px;
    height: 8px;
    bottom: -4px;
  }
  .solution-out .solution-content .solution-list .solution-item {
    padding: 30px;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .solution-out .solution-content .solution-list .solution-item .item-img {
    width: 100%;
  }
  .solution-out .solution-content .solution-list .solution-item .item-img img {
    width: 100%;
    max-height: 360px;
  }
  .solution-out .solution-content .solution-list .solution-item .item-ride {
    padding-top: 25px;
    width: 100%;
    padding-left: 0px;
    font-size: 14px;
  }
  .solution-out .solution-content .solution-list .solution-item .item-ride span {
    padding-bottom: 10px;
    font-size: 22px;
  }
  .solution-out .solution-content .solution-list .solution-item .item-ride p {
    line-height: 24px;
  }
.duck-head .duck-item {
    margin-right: 20px;
    width: calc(100% / 5 - 16px);
    font-size: 16px;
    margin-bottom: 12px;
  }
.duck-head .duck-item:nth-child(5n) {
    margin-right: 0;
  }
  .duck-head .duck-item:nth-child(6n) {
    margin-right: 20px;
  }
  .duck-content .duck-container .duck-list {
    padding-top: 15px;
  }
}

@media (max-width: 768px) {
  .IE-out {
    padding: 25px 0;
  }
  .low-out .low-content .low-pack {
    height: 1100px;
    flex-direction: column;
  }
  .low-out .low-content .low-pack .low-item {
    flex-direction: row;
    padding: 30px;
    background: linear-gradient(to top, #fceffe 0%, #ffffff 50%);
  }
  .low-out .low-content .low-pack .low-item.active {
    padding: 20px 30px;
  }
  .low-out .low-content .low-pack .low-item .low-con {
    left: 37%;
    display: flex;
  }
  .low-out .low-content .low-pack .low-item .low-con .con-item {
    width: 50%;
    margin-top: 0;
    margin-right: 20px;
    font-size: 13px;
  }
  .low-out .low-content .low-pack .low-item .low-con .con-item span {
    font-size: 15px;
  }
  .plan-out {
    padding: 30px 0;
  }
  .plan-out .plan-content .plan-con {
    height: 900px;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .plan-out .plan-content .plan-con .plan-item {
    padding: 30px 15px;
    border-bottom: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .plan-out .plan-content .plan-con .plan-item .plan-title {
    font-size: 15px;
  }
  .plan-out .plan-content .plan-con .plan-item .plan-title h1 {
    font-size: 30px;
  }
  .plan-out .plan-content .plan-con .plan-item .plan-tagcon {
    bottom: 30px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    left: 53%;
  }
  .plan-out .plan-content .plan-con .plan-item .plan-tagcon .tagcon-item {
    width: 50%;
    font-size: 16px;
    margin-top: 10px;
  }
  .plan-out .plan-content .plan-con .plan-item .plan-tagcon .tagcon-item span {
    font-size: 18px;
    white-space: nowrap;
  }
  .commit-out {
    padding: 25px 0;
  }
  .commit-out .commit-content .commit-head {
    font-size: 16px;
  }
  .commit-out .commit-content .commit-head h1 {
    font-size: 22px;
    padding-bottom: 5px;
  }
  .commit-out .commit-content .btn-out {
    padding-top: 10px;
  }
  .commit-out .commit-content .btn-out .head-btn {
    font-size: 13px;
    line-height: 40px;
    padding: 0 10px;
  }
  .design-out {
    padding-top: 30px;
    padding-top: 20px;
  }
  .core-out {
    padding: 20px 0;
  }
  .core-out .core-content .core-pack .core-item {
    padding: 15px;
  }
  .cloud-content .head-swiper .swiper-slide .cloud-item .item-bot {
    padding: 15px;
    font-size: 16px;
  }
  .details-content {
    padding-top: 100px;
    padding-bottom: 40px;
  }
  .details-content .details-pack {
    width: 100%;
    padding: 30px;
    flex-wrap: wrap;
  }
  .details-content .details-pack .big-swiper {
    width: 100%;
  }
  .details-content .details-pack .big-swiper .swiper-slide img {
    height: auto;
    max-height: 400px;
  }
  .details-content .details-pack .pack-ride {
    width: 100%;
    border-top: none;
    padding-bottom: 25px;
    padding-top: 25px;
  }
  .details-content .details-pack .pack-ride .pack-title {
    font-size: 13px;
  }
  .details-content .details-pack .pack-ride .pack-title h1 {
    padding-bottom: 12px;
    font-size: 20px;
  }
  .details-content .details-pack .pack-ride .small-swiper {
    padding-top: 20px;
  }
  .details-content .detail-brief h1 {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .details-content .detail-button {
    padding: 0 30px;
    padding-bottom: 20px;
  }
  .details-content .detail-button .down-btn {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .details-content .detail-button .down-btn img {
    width: 18px;
    height: 18px;
  }
  .details-content .detail-button .down-btn span {
    font-size: 12px;
  }
  .global-banner {
    padding-top: 360px;
  }
  .about-brief .bg-img {
    display: none;
  }
  .about-brief .brief-container .brief-right {
    box-shadow: 0 0 10px #f1f1f1;
  }
  .about-brief .brief-container .brief-right .brief-ricon .brief-title {
    font-size: 24px;
  }
  .about-brief .brief-container .brief-right .brief-ricon .brief-meks {
    padding-top: 15px;
    font-size: 14px;
  }
  .about-brief .brief-container .brief-right .brief-ricon .brief-three {
    padding-top: 30px;
  }
  .about-brief .brief-container .brief-right .brief-ricon .brief-three .brief-item {
    font-size: 16px;
  }
  .about-brief .brief-container .brief-right .brief-ricon .brief-three .brief-item span {
    font-size: 24px;
  }
  .about-culture .cul-content {
    height: 400px;
  }
  .about-culture .cul-content .cul-item {
    font-size: 14px;
  }
  .about-culture .cul-content .cul-item span {
    font-size: 20px;
  }
  .about-culture .cul-content .cul-item.active {
    padding-left: 20px;
  }
  .about-culture .cul-content .cul-item.active .meks {
    left: 20px;
  }
  .history-out {
    padding-top: 30px;
    height: 450px;
  }
  .history-out .his-container .his-swiper .swiper-wrapper .swiper-slide {
    height: 200px;
  }
  .history-out .his-container .his-swiper .swiper-wrapper .swiper-slide .his-item .his-le {
    width: 30px;
  }
  .history-out .his-container .his-swiper .swiper-wrapper .swiper-slide .his-item .his-con {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }
  .history-out .his-container .his-swiper .swiper-wrapper .swiper-slide .his-item .his-con span {
    font-size: 15px;
    padding-bottom: 12px;
  }
  .solution-out {
    padding: 20px 0;
  }
  .solution-out .solution-content .solution-head .head-item {
    height: 180px;
    padding: 20px 10px;
    margin-bottom: 10px;
  }
  .solution-out .solution-content .solution-head .head-item span {
    font-size: 18px;
  }
  .solution-out .solution-content .solution-head .head-item::before {
    height: 6px;
  }
  .solution-out .solution-content .solution-head .head-item::after {
    width: 8px;
    height: 8px;
    bottom: -4px;
  }
  .duck-content {
    padding: 35px 0;
  }
.duck-head .duck-item {
    margin-right: 15px;
    width: calc(100% / 4 - 12px);
    font-size: 15px;
    height: 45px;
    line-height: 45px;
  }
.duck-head .duck-item:nth-child(4n) {
    margin-right: 0;
  }
.duck-head .duck-item:nth-child(5n) {
    margin-right: 15px;
  }
.duck-head .duck-item:nth-child(6n) {
    margin-right: 15px;
  }
  .duck-content .duck-container .duck-list .duck-item .duck-bot {
    padding: 20px 15px;
  }
  .duck-content .duck-container .duck-list .duck-item .duck-bot h1 {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .low-out {
    padding: 25px 0;
  }
  .low-out .low-content .low-pack {
    height: 1000px;
    flex-direction: column;
  }
  .low-out .low-content .low-pack .low-item {
    flex-direction: row;
    padding: 30px;
    background: linear-gradient(to top, #fceffe 0%, #ffffff 50%);
  }
  .low-out .low-content .low-pack .low-item.active {
    padding: 20px 30px;
  }
  .low-out .low-content .low-pack .low-item .low-con {
    left: 40%;
    display: flex;
  }
  .low-out .low-content .low-pack .low-item .low-con .con-item {
    width: 50%;
    margin-top: 0;
    margin-right: 20px;
    font-size: 13px;
  }
  .low-out .low-content .low-pack .low-item .low-con .con-item span {
    font-size: 15px;
  }
  .solove-out {
    padding: 20px 0;
  }
  .solove-out .solve-pack .solove-ride {
    padding: 20px 12px;
  }
  .solove-out .solve-pack .solove-ride .solove-list .solove-item {
    margin-right: 5px;
    width: calc(100% / 3 - 5px);
    font-size: 12px;
    padding: 8px 0;
  }
  .solove-out .solve-pack .solove-ride .solove-list .solove-item img {
    width: 20px;
    height: 20px;
  }
  .cloud-content {
    padding: 25px 0;
  }
  .cloud-content .head-swiper .swiper-slide .cloud-item .item-toph {
    padding: 30px 0;
  }
  .details-content {
    padding-top: 70px;
    padding-bottom: 30px;
  }
  .details-content .details-pack {
    padding: 20px;
  }
  .details-content .detail-brief {
    padding: 0 20px;
  }
  .details-content .detail-button {
    padding: 0 20px;
    padding-bottom: 20px;
  }
  .duck-content {
    padding-top: 25px;
    padding-bottom: 10px;
  }
.duck-head .duck-item {
    margin-right: 10px;
    width: calc(100% / 4 - 10px);
    font-size: 13px;
    height: 45px;
    line-height: 45px;
  }
.duck-head .duck-item:nth-child(4n) {
    margin-right: 0;
  }
.duck-head .duck-item:nth-child(5n) {
    margin-right: 10px;
  }
.duck-head .duck-item:nth-child(6n) {
    margin-right: 10px;
  }
  .solution-out .solution-content .solution-head {
    margin-left: 1px;
    margin-right: 1px;
  }
  .solution-out .solution-content .solution-head .buy-padd {
    padding-left: 2px;
    padding-right: 2px;
  }
  .solution-out .solution-content .solution-list {
    margin-top: 20px;
  }
  .solution-out .solution-content .solution-list .solution-item {
    padding: 20px;
  }
  .solution-out .solution-content .solution-list .solution-item .item-ride {
    padding-top: 15px;
    font-size: 12px;
  }
  .solution-out .solution-content .solution-list .solution-item .item-ride span {
    font-size: 18px;
    padding-bottom: 5px;
  }
  .home-banner .swiper-slide .home-word {
    top: 40%;
    font-size: 14px;
  }
  .home-banner .swiper-slide .home-word span {
    font-size: 20px;
  }
  .global-banner {
    padding-top: 240px;
  }
  .global-banner .inner-word {
    font-size: 14px;
  }
  .global-banner .inner-word span {
    font-size: 22px;
  }
  .about-brief .brief-container .brief-right .brief-ricon .brief-title {
    font-size: 20px;
  }
  .about-brief .brief-container .brief-right .brief-ricon .brief-meks {
    padding-top: 15px;
    font-size: 13px;
  }
  .about-brief .brief-container .brief-right .brief-ricon .brief-three {
    padding-top: 20px;
  }
  .about-brief .brief-container .brief-right .brief-ricon .brief-three .brief-item {
    font-size: 14px;
  }
  .about-brief .brief-container .brief-right .brief-ricon .brief-three .brief-item span {
    font-size: 22px;
  }
  .about-culture {
    padding: 20px;
  }
  .about-culture .cul-content {
    flex-direction: column;
    height: 500px;
  }
  .about-culture .cul-content .cul-item {
    transform: skew(0deg);
    width: 100%;
    font-size: 14px;
  }
  .about-culture .cul-content .cul-item span {
    font-size: 20px;
    transform: skew(0deg);
  }
  .about-culture .cul-content .cul-item.center {
    margin: 0;
  }
  .about-culture .cul-content .cul-item.active {
    padding-left: 0px;
    align-items: center;
    transform: skew(0deg);
  }
  .about-culture .cul-content .cul-item.active .meks {
    padding-top: 20px;
    transform: skew(0deg);
    left: 0px;
    width: 100%;
    text-align: center;
  }
  .honor-out {
    padding: 30px 0;
    padding-bottom: 20px;
  }
  .honor-out .index-header {
    margin-bottom: 20px;
  }
  .honor-out .honor-content .honor-swiper {
    padding-bottom: 40px;
  }
  .honor-out .honor-content .honor-swiper .swiper-pagination-progressbar {
    bottom: -20px !important;
  }
  .honor-out .honor-content .honor-swiper .swiper-wrapper .swiper-slide .honor-item {
    height: 240px;
  }
  .honor-out .honor-content .honor-swiper .swiper-wrapper .swiper-slide .honor-item .inside {
    padding: 30px 20px;
  }
  .honor-out .honor-content .honor-swiper .swiper-wrapper .swiper-slide .honor-item .inside .noactive .year {
    left: 20px;
    font-size: 60px;
  }
  .honor-out .honor-content .honor-swiper .swiper-wrapper .swiper-slide .honor-item .inside .noactive span {
    padding-top: 30px;
    font-size: 18px;
  }
  .history-out {
    padding-top: 10px;
    height: 340px;
  }
  .history-out .index-header {
    margin-bottom: 20px;
  }
  .history-out .his-container .his-swiper {
    padding-top: 0;
  }
  .history-out .his-container .his-swiper .swiper-wrapper .swiper-slide {
    height: 150px;
  }
  .history-out .his-container .his-swiper .swiper-wrapper .swiper-slide .his-item {
    margin-top: 30px;
  }
  .history-out .his-container .his-swiper .swiper-wrapper .swiper-slide .his-item:nth-child(2n + 1) .his-item {
    margin-top: 30px;
  }
  .history-out .his-container .his-swiper .swiper-wrapper .swiper-slide .his-item .his-le {
    width: 30px;
  }
  .history-out .his-container .his-swiper .swiper-wrapper .swiper-slide .his-item .his-con {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }
  .history-out .his-container .his-swiper .swiper-wrapper .swiper-slide .his-item .his-con span {
    font-size: 15px;
    padding-bottom: 12px;
  }
}
